# Changed from CMD to ENTRYPOINT.
Some checks failed
Build docker image / build_docker_image (push) Has been cancelled

This commit is contained in:
2025-05-03 10:34:39 +02:00
parent d6ae4abc31
commit 7b166338a4

View File

@@ -104,6 +104,5 @@ VOLUME [ "/app/Backend/database/sqlite" ]
# define the exposed port # define the exposed port
EXPOSE 9000 EXPOSE 9000
# setting the command # setting entrypoint
# CMD ["/usr/bin/supervisord"]
ENTRYPOINT ["/usr/bin/supervisord"] ENTRYPOINT ["/usr/bin/supervisord"]