Skip to content

Commit

Permalink
flux/docker CMD ["/sbin/tini -- bash", "-c",
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Dec 5, 2023
1 parent a032cb7 commit 09e6401
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flux/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,6 @@ bash /etc/skel/.fluxbox/fluxbox.sh; \n\
bash /xconf.sh;\n\
touch /rootfs/.core-init-lock\n\
" > /rootfs/.core-init
CMD ["bash", "-c", "test -f /rootfs/.core-init-lock || bash /rootfs/.core-init; exec /entry.sh"]
# # tini: https://www.5axxw.com/wiki/content/01ppi2
# ENTRYPOINT ["/sbin/tini","--"]
CMD ["/sbin/tini -- bash", "-c", "test -f /rootfs/.core-init-lock || bash /rootfs/.core-init; exec /entry.sh"]

0 comments on commit 09e6401

Please sign in to comment.