args incorrect use env instead

This commit is contained in:
Hyatt 2022-01-28 09:51:58 -06:00
parent 123332e547
commit 4883e7db39
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -48,15 +48,14 @@ FROM registry.c.test-chamber-13.lan/library/alpine-glibc:latest
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
ARG SAVES=/data/saves \\
ENV PORT=34197 \\
RCON_PORT=27015 \\
SAVES=/data/saves \\
CONFIG=/data/config \\
MODS=/data/mods \\
SCENARIOS=/data/scenarios \\
SCRIPT_OUTPUT=/data/script-output
ENV PORT=34197 \\
RCON_PORT=27015
COPY start-server.sh /opt/factorio/start-server.sh
RUN apk add --update --no-cache \\