Spaces:
Configuration error
Configuration error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,5 +13,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
13 |
# Copy the rest of the application code into the container
|
14 |
COPY . .
|
15 |
|
16 |
-
# Command to run the application
|
17 |
CMD ["python", "app.py"]
|
|
|
13 |
# Copy the rest of the application code into the container
|
14 |
COPY . .
|
15 |
|
16 |
+
# Command to run the application when the container starts
|
17 |
CMD ["python", "app.py"]
|