Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -17,4 +17,3 @@ RUN rm -rf /app/batch_downloads && mkdir -p /app/batch_downloads && chmod -R 777
|
|
| 17 |
RUN chmod -R 777 /app
|
| 18 |
|
| 19 |
# Run app with full permissions
|
| 20 |
-
CMD ["python", "app.py"]
|
|
|
|
| 17 |
RUN chmod -R 777 /app
|
| 18 |
|
| 19 |
# Run app with full permissions
|
|
|