args incorrect use env instead
This commit is contained in:
parent
123332e547
commit
4883e7db39
@ -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 \\
|
||||
|
Reference in New Issue
Block a user