Move containers to a dedicated org path
This commit is contained in:
parent
fe8f7d2a11
commit
da7e2210b7
21 changed files with 144 additions and 108 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM git.zontreck.com/ariascreations/buildenvironments:appimage AS BUILDER
|
||||
FROM git.zontreck.com/packages/appimage:latest AS BUILDER
|
||||
|
||||
WORKDIR /
|
||||
RUN wget https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_1.20.4.tar.gz
|
||||
|
@ -6,7 +6,7 @@ WORKDIR /vintagestory
|
|||
RUN tar -xvf /vs_server_linux-x64_1.20.4.tar.gz && rm /*.tar.gz
|
||||
|
||||
|
||||
FROM git.zontreck.com/ariascreations/buildenvironments:appimage
|
||||
FROM git.zontreck.com/packages/appimage:latest
|
||||
|
||||
ENV PUB NAN
|
||||
ENV AGENT NAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue