updated exec method

This commit is contained in:
Apoorv Vyavahare 2021-06-09 18:14:24 +05:30 committed by GitHub
parent 922bd64e2c
commit 27b70e747f
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,6 @@ RUN rm -rf /etc/apt/sources.list && \
apt update && \
apt-get install -y powershell
ENTRYPOINT ["supervisord"]
ENTRYPOINT ["supervisord", "-c"]
CMD ["-c /app/supervisord.conf"]
CMD ["/app/supervisord.conf"]