# Changed from CMD to ENTRYPOINT.
Some checks failed
Build docker image / build_docker_image (push) Has been cancelled
Some checks failed
Build docker image / build_docker_image (push) Has been cancelled
This commit is contained in:
@@ -104,6 +104,5 @@ VOLUME [ "/app/Backend/database/sqlite" ]
|
||||
# define the exposed port
|
||||
EXPOSE 9000
|
||||
|
||||
# setting the command
|
||||
# CMD ["/usr/bin/supervisord"]
|
||||
# setting entrypoint
|
||||
ENTRYPOINT ["/usr/bin/supervisord"]
|
||||
|
||||
Reference in New Issue
Block a user