enemy7 commited on
Commit
4f6b467
·
1 Parent(s): 7ea0290

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 "/bin/python3 -m http.server 0.0.0.0:7860"
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