mirror of https://github.com/Box-boi/vubuntu.git
updated exec method
This commit is contained in:
parent
922bd64e2c
commit
27b70e747f
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue