diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index f1f60b1..62ed44a 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -1,6 +1,6 @@ FROM git.zontreck.com/ariascreations/buildenvironments:appimage AS BUILDER -ADD ./vs_server_linux-x64_1.19.8.tar.gz /vs_server.tar.gz +COPY ./vs_server_linux-x64_1.19.8.tar.gz /vs_server.tar.gz WORKDIR /vintagestory RUN tar -xvf /vs_server.tar.gz && rm /*.tar.gz @@ -19,7 +19,7 @@ RUN chmod +x /entrypoint.sh WORKDIR /root/.local/share -COPY --from=BUILDER --chown=root:root /vintagestory /root/.local/share/vintagestory +COPY --from=BUILDER --chown=root:root /vintagestory ./vintagestory ADD ./update_vs_dotgame /bin/update_vs_dotgame RUN chmod +x /bin/update_vs_dotgame