Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,5 +30,5 @@ RUN pip3 install Flask
|
|
30 |
RUN chmod 777 /app
|
31 |
COPY . /app
|
32 |
|
33 |
-
CMD ["
|
34 |
|
|
|
30 |
RUN chmod 777 /app
|
31 |
COPY . /app
|
32 |
|
33 |
+
CMD ["python3" , "-m" , "http.server", "7860&", "./factorio/bin/x64/factorio" ]
|
34 |
|