Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
14 |
COPY . .
|
15 |
|
16 |
# Command to run the application
|
17 |
-
CMD ["python", "app.py"]
|
|
|
14 |
COPY . .
|
15 |
|
16 |
# Command to run the application
|
17 |
+
CMD ["python", "app/app.py"]
|