mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Changed Dockerfile to use ENTRYPOINT to allow the veloren-server-cli process to receive signals sent by Watchtower
This commit is contained in:
parent
bce6e1c6e9
commit
c37b91fbf1
@ -16,4 +16,7 @@ COPY ./assets/common /opt/assets/common
|
||||
COPY ./assets/world /opt/assets/world
|
||||
|
||||
WORKDIR /opt
|
||||
CMD [ "sh", "-c", "RUST_BACKTRACE=1 /opt/veloren-server-cli -b" ]
|
||||
|
||||
ENV RUST_BACKTRACE=full
|
||||
ENTRYPOINT ["/opt/veloren-server-cli"]
|
||||
CMD ["-b"]
|
||||
|
Loading…
Reference in New Issue
Block a user