We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305ce53 commit c1b8d97Copy full SHA for c1b8d97
Dockerfile
@@ -65,4 +65,4 @@ EXPOSE ${MEMOS_PORT}
65
66
# run.sh will do initial setup, then tini will launch supervisord
67
ENTRYPOINT ["/usr/local/memos/run.sh"]
68
-CMD ["/usr/bin/tini", "--", "/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf"]
+CMD ["/sbin/tini", "--", "/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf"]
0 commit comments