zhengr commited on
Commit
9985345
·
verified ·
1 Parent(s): f23b39b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -11,5 +11,5 @@ COPY akt.py .
11
  # Expose the port the app runs on
12
  EXPOSE 8080
13
 
14
- #CMD ["python", "-m", "aktools", "--host", "0.0.0.0", "--port", "8080"]
15
- CMD ["python", "akt.py", "--host", "0.0.0.0", "--port", "8080"]
 
11
  # Expose the port the app runs on
12
  EXPOSE 8080
13
 
14
+ CMD ["python", "-m", "aktools", "--host", "0.0.0.0", "--port", "8080"]
15
+ #CMD ["python", "akt.py", "--host", "0.0.0.0", "--port", "8080"]