From ad9c5c37dc4e5a8f4db02f8faa34a22abec11f32 Mon Sep 17 00:00:00 2001 From: David Andersen Date: Thu, 14 Apr 2016 14:28:18 -0700 Subject: [PATCH 1/2] fixed spelling of FACTORIO --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 485b830..cd5467f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ ENV FACTORIO_AUTOSAVE_SLOTS 3 ENV FACTORIO_DISSALOW_COMMANDS true -ENV FACOTIO_NO_AUTO_PAUSE false +ENV FACTORIO_NO_AUTO_PAUSE false RUN echo "# Installing curl" && \ apt-get update && \ From c1488c61be1c0b4b8c6312253980f42f8077c358 Mon Sep 17 00:00:00 2001 From: David Andersen Date: Thu, 14 Apr 2016 16:04:06 -0700 Subject: [PATCH 2/2] corrected a typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01bd04a..35cb65d 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,10 @@ docker run -d \ zopanix/factorio ``` #### Activating no-auto-pause in the game when no one is on the server -I do not recommend this feature, bud it can make the game more difficult if you're up for a challenge :-). Just set the "FACOTIO_NO_AUTO_PAUSE" variable to "true". +I do not recommend this feature, bud it can make the game more difficult if you're up for a challenge :-). Just set the "FACTORIO_NO_AUTO_PAUSE" variable to "true". ``` docker run -d \ - --env FACOTIO_NO_AUTO_PAUSE=true \ + --env FACTORIO_NO_AUTO_PAUSE=true \ -p [PORT]:34197/udp \ zopanix/factorio ```