@ -18,7 +18,7 @@
FROM python:3.11-alpine
#ENTRYPOINT [ "/entrypoint" ]
ENTRYPOINT ["/sbin/tini", "-g", "--", "/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf"]
ENTRYPOINT ["/sbin/tini", "-g", "--", "/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
COPY . /opt/freedmr
Powered by TurnKey Linux.