Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,4 +13,4 @@ COPY . /app
|
|
| 13 |
EXPOSE 8080
|
| 14 |
|
| 15 |
# Command to run the script
|
| 16 |
-
CMD ["
|
|
|
|
| 13 |
EXPOSE 8080
|
| 14 |
|
| 15 |
# Command to run the script
|
| 16 |
+
CMD ["python","run.py"]
|