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