mirror of
https://github.com/Merith-TK/docker-vintagestory
synced 2025-07-03 01:27:17 +01:00
refactor: made using this repo/image more simple
This commit is contained in:
parent
1ea85be898
commit
e8b70142f9
14 changed files with 138 additions and 516 deletions
|
@ -16,9 +16,7 @@ FROM mono:latest as runtime
|
|||
COPY --from=downloader "./download/" "/game"
|
||||
|
||||
# Defaults
|
||||
ARG vs_data_path=/gamedata/vs
|
||||
|
||||
COPY "./serverconfig.json" "${vs_data_path}/serverconfig.json"
|
||||
ENV vs_data_path=/gamedata/vs
|
||||
|
||||
# Expose ports
|
||||
EXPOSE 42420/tcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue