Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,4 +19,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 19 |
EXPOSE 8080
|
| 20 |
|
| 21 |
# Run run.py when the container launches
|
| 22 |
-
CMD ["python", "
|
|
|
|
| 19 |
EXPOSE 8080
|
| 20 |
|
| 21 |
# Run run.py when the container launches
|
| 22 |
+
CMD ["python", "main.py"]
|