refactor: made using this repo/image more simple

This commit is contained in:
Maik Laschober 2023-05-12 17:16:39 +02:00
parent 1ea85be898
commit e8b70142f9
14 changed files with 138 additions and 516 deletions

View file

@ -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