enemy7 commited on
Commit
45f3dad
·
1 Parent(s): 3c694a2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,6 +18,6 @@ RUN ls /app
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
 
 
18
  #EXPOSE 27015/udp
19
 
20
  # # Set the entry point to start the server
21
+ ENTRYPOINT ["./start"]
22
 
23