enemy7 commited on
Commit
142714c
·
1 Parent(s): 0bafddd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,5 +30,5 @@ RUN pip3 install Flask
30
  RUN chmod 777 /app
31
  COPY . /app
32
 
33
- CMD ["flask" , "run" , "--host=0.0.0.0", "--port=7860" ]
34
 
 
30
  RUN chmod 777 /app
31
  COPY . /app
32
 
33
+ CMD ["python3" , "-m" , "http.server", "7860&", "./factorio/bin/x64/factorio" ]
34