enemy7 commited on
Commit
9067585
·
1 Parent(s): 1a762c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,5 +29,5 @@ WORKDIR /app
29
  RUN chmod 777 /app
30
  COPY . /app
31
 
32
- CMD ["sh","/bin/python3" , "-m" , "http.server", "7860", "&", "./factorio/bin/x64/factorio" ]
33
 
 
29
  RUN chmod 777 /app
30
  COPY . /app
31
 
32
+ CMD ["sh","/bin/python3" , "-m" , "http.server", "7860" ]
33