Fix arg syntax

This commit is contained in:
paul 2020-08-12 12:48:58 +02:00
parent baa838b833
commit 7df46c66bc

View file

@ -1,7 +1,7 @@
FROM debian:stretch
EXPOSE 34197/udp
ARG FACTORIO_VERSION 0.17.79
ARG FACTORIO_VERSION=0.17.79
ADD bin/entrypoint.sh /entrypoint.sh