Skip to content

Commit

Permalink
update python version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sahaavi committed Jul 7, 2023
1 parent 80d2fde commit 855409c
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,4 +1,4 @@
FROM python:3.9
FROM python:3.8.16
# Copy the application code to the container
COPY . /app
# Set the working directory
Expand All @@ -8,4 +8,4 @@ RUN pip install -r requirements.txt
# RUN apt update -y && apt install awscli -y
# RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 unzip -y && pip install -r requirements.txt
# Start the application
CMD ["python3", "application.py"]
CMD ["python3", "application.py"]

0 comments on commit 855409c

Please sign in to comment.