mirror of https://github.com/Box-boi/vubuntu.git
changed exec method
This commit is contained in:
parent
90c6c84a1d
commit
922bd64e2c
|
|
@ -126,4 +126,7 @@ RUN rm -rf /etc/apt/sources.list && \
|
||||||
apt install -y /tmp/packages-microsoft-prod.deb && \
|
apt install -y /tmp/packages-microsoft-prod.deb && \
|
||||||
apt update && \
|
apt update && \
|
||||||
apt-get install -y powershell
|
apt-get install -y powershell
|
||||||
CMD supervisord -c /app/supervisord.conf
|
|
||||||
|
ENTRYPOINT ["supervisord"]
|
||||||
|
|
||||||
|
CMD ["-c /app/supervisord.conf"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue