Server tar now gets deleted
This commit is contained in:
@@ -42,6 +42,8 @@ RUN wget "https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_${VER
|
||||
|
||||
RUN tar xzf "vs_server_linux-x64_${VERSION}.tar.gz"
|
||||
|
||||
RUN rm "vs_server_linux-x64_${VERSION}.tar.gz"
|
||||
|
||||
RUN chmod +x server.sh
|
||||
|
||||
WORKDIR /home/vintagestory/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
vintageserver:
|
||||
container_name: vintageserver
|
||||
image: 'git.protron.dev/doc/vintagecontainer:1.1'
|
||||
image: 'git.protron.dev/doc/vintagecontainer:1.2'
|
||||
user: "${UID}:${GID}"
|
||||
ports:
|
||||
- '42420:42420'
|
||||
|
||||
Reference in New Issue
Block a user