enemy7 commited on
Commit
33d8085
·
1 Parent(s): f1d0f80

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
- CMD ["./start.sh"]
22
  # ENTRYPOINT
23
 
 
18
  #EXPOSE 27015/udp
19
 
20
  # # Set the entry point to start the server
21
+ CMD ["python3 -m http.server 0.0.0.0:7860"]
22
  # ENTRYPOINT
23