Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
20 |
COPY . .
|
21 |
|
22 |
# Specify the command to run when the container starts
|
23 |
-
CMD ["python", "
|
|
|
20 |
COPY . .
|
21 |
|
22 |
# Specify the command to run when the container starts
|
23 |
+
CMD ["python", "app.py"]
|