From 4309d2274a5387420aed4c2b4e50fafb232b1276 Mon Sep 17 00:00:00 2001 From: Liam Raven Date: Sun, 5 Sep 2021 12:27:25 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb85a68..113942b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ The latest Factorio headless server is downloaded at build time. 2. `git clone https://github.com/LpmRaven/factorio-docker-server.git` 2. `cd factorio-docker-server` 3. Config your server (see section below then return here) -4. `docker build -t factorio-instance-name .` # Server Configuration @@ -56,6 +55,7 @@ Then launch your container as usual. ```bash sudo yum install docker -y sudo service docker start +sudo docker build -t factorio-instance-name . sudo docker run -d \ -v $(pwd)/saves:/opt/factorio/saves \ -p 34197:34197/udp \