Skip to content

Commit cdc9707

Browse files
committed
double-quotes
1 parent 4f5351a commit cdc9707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,10 @@ RUN vcsh clone https://github.com/sabrehagen/dotfiles
586586
RUN $HOME/.dotfiles-bootstrap.sh
587587

588588
# Use tini to manage child processes
589-
ENTRYPOINT ['/sbin/tini', '--']
589+
ENTRYPOINT ["/sbin/tini", "--"]
590590

591591
# Run startup script and keep the container running
592-
CMD ['sh', '-c', '$HOME/.config/scripts/startup.sh; sleep infinity']
592+
CMD ["sh", "-c", "$HOME/.config/scripts/startup.sh; sleep infinity"]
593593

594594
# Record container build information
595595
ARG DESKTOP_ENVIRONMENT_CONTAINER_BUILD_DATE

0 commit comments

Comments
 (0)