Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -13,8 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 13 |
# Copy the rest of the application code to the container
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
-
# Expose the port that the Flask app runs on
|
| 17 |
-
EXPOSE 8006
|
| 18 |
|
| 19 |
# Define the command to run the Flask app
|
| 20 |
CMD ["python", "app.py"]
|
|
|
|
| 13 |
# Copy the rest of the application code to the container
|
| 14 |
COPY . .
|
| 15 |
|
|
|
|
|
|
|
| 16 |
|
| 17 |
# Define the command to run the Flask app
|
| 18 |
CMD ["python", "app.py"]
|