# 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
|
# 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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user