Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
22 |
COPY --chown=appuser:appuser . .
|
23 |
|
24 |
# Run the script
|
25 |
-
CMD ["python3", "
|
|
|
22 |
COPY --chown=appuser:appuser . .
|
23 |
|
24 |
# Run the script
|
25 |
+
CMD ["python3", "app.py"]
|