Skip to content

Commit

Permalink
zsh-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Oct 1, 2024
1 parent 9ce3b7c commit 3cdd628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ RUN $HOME/.dotfiles-bootstrap.sh
ENTRYPOINT ["tini", "--"]

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

# Record container build information
ARG DESKTOP_ENVIRONMENT_CONTAINER_BUILD_DATE
Expand Down

0 comments on commit 3cdd628

Please sign in to comment.