changed exec method

This commit is contained in:
Apoorv Vyavahare 2021-06-09 17:48:22 +05:30 committed by GitHub
parent 90c6c84a1d
commit 922bd64e2c
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,4 +126,7 @@ RUN rm -rf /etc/apt/sources.list && \
apt install -y /tmp/packages-microsoft-prod.deb && \
apt update && \
apt-get install -y powershell
CMD supervisord -c /app/supervisord.conf
ENTRYPOINT ["supervisord"]
CMD ["-c /app/supervisord.conf"]