Update Dockerfile
Browse files- 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 |
-
|
| 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"]
|