mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'xvar/fix-docker-shutdown-signal' into 'master'
Fixed graceful shutdown countdown for servers running in Docker See merge request veloren/veloren!1580
This commit is contained in:
commit
fe46f8d901
@ -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