Add usage tip for ARG

This commit is contained in:
paul 2020-08-12 13:09:16 +02:00
parent eb811e0160
commit 0120036b1d

View file

@ -1,6 +1,7 @@
FROM debian:stretch FROM debian:stretch
EXPOSE 34197/udp EXPOSE 34197/udp
# you can configure this by passing --build-arg=FACTORIO_VERSION=0.17.79
ARG FACTORIO_VERSION=0.17.79 ARG FACTORIO_VERSION=0.17.79
ADD bin/entrypoint.sh /entrypoint.sh ADD bin/entrypoint.sh /entrypoint.sh