We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5351a commit cdc9707Copy full SHA for cdc9707
docker/Dockerfile
@@ -586,10 +586,10 @@ RUN vcsh clone https://github.com/sabrehagen/dotfiles
586
RUN $HOME/.dotfiles-bootstrap.sh
587
588
# Use tini to manage child processes
589
-ENTRYPOINT ['/sbin/tini', '--']
+ENTRYPOINT ["/sbin/tini", "--"]
590
591
# Run startup script and keep the container running
592
-CMD ['sh', '-c', '$HOME/.config/scripts/startup.sh; sleep infinity']
+CMD ["sh", "-c", "$HOME/.config/scripts/startup.sh; sleep infinity"]
593
594
# Record container build information
595
ARG DESKTOP_ENVIRONMENT_CONTAINER_BUILD_DATE
0 commit comments