Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ COPY . ./app
|
|
10 |
# # Download and install Counter-Strike 1.6 Dedicated Server
|
11 |
# RUN wget https://factorio.com/get-download/1.1.87/headless/linux64
|
12 |
RUN ls /app
|
13 |
-
RUN tar -xf /app/factorio_headless_x64_1.1.87.tar.xz
|
14 |
|
15 |
# && rm factorio_headless_x64_1.1.87.tar.xz
|
16 |
|
@@ -18,6 +18,6 @@ RUN tar -xf /app/factorio_headless_x64_1.1.87.tar.xz
|
|
18 |
#EXPOSE 27015/udp
|
19 |
|
20 |
# # Set the entry point to start the server
|
21 |
-
ENTRYPOINT ["./factorio/bin/x64/factorio", "--start-server", "dd.zip", "-port", "7860"]
|
22 |
|
23 |
|
|
|
10 |
# # Download and install Counter-Strike 1.6 Dedicated Server
|
11 |
# RUN wget https://factorio.com/get-download/1.1.87/headless/linux64
|
12 |
RUN ls /app
|
13 |
+
#RUN tar -xf /app/factorio_headless_x64_1.1.87.tar.xz
|
14 |
|
15 |
# && rm factorio_headless_x64_1.1.87.tar.xz
|
16 |
|
|
|
18 |
#EXPOSE 27015/udp
|
19 |
|
20 |
# # Set the entry point to start the server
|
21 |
+
ENTRYPOINT ["./app/factorio/bin/x64/factorio", "--start-server", "dd.zip", "-port", "7860"]
|
22 |
|
23 |
|