Skip to content

Commit

Permalink
double-quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Oct 1, 2024
1 parent 4f5351a commit cdc9707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -586,10 +586,10 @@ RUN vcsh clone https://github.com/sabrehagen/dotfiles
RUN $HOME/.dotfiles-bootstrap.sh

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

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

# Record container build information
ARG DESKTOP_ENVIRONMENT_CONTAINER_BUILD_DATE
Expand Down

0 comments on commit cdc9707

Please sign in to comment.