Skip to content

Commit

Permalink
tini-path
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrehagen committed Oct 1, 2024
1 parent cdc9707 commit c203314
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 @@ -586,7 +586,7 @@ RUN vcsh clone https://github.com/sabrehagen/dotfiles
RUN $HOME/.dotfiles-bootstrap.sh

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

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

0 comments on commit c203314

Please sign in to comment.