Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Md-Emon-Hasan authored Sep 2, 2024
1 parent ad8cbef commit 615bca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.11-slim
FROM python:3.9-slim

# Set the working directory
WORKDIR /app
Expand All @@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 5000

# Command to run the Flask app
CMD ["python", "app.py"]
CMD ["python", "app.py"]

0 comments on commit 615bca5

Please sign in to comment.