Skip to content

Commit c1b8d97

Browse files
committed
fix: correct path to tini in CMD instruction in Dockerfile
1 parent 305ce53 commit c1b8d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ EXPOSE ${MEMOS_PORT}
6565

6666
# run.sh will do initial setup, then tini will launch supervisord
6767
ENTRYPOINT ["/usr/local/memos/run.sh"]
68-
CMD ["/usr/bin/tini", "--", "/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf"]
68+
CMD ["/sbin/tini", "--", "/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf"]

0 commit comments

Comments
 (0)