Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
algoldbe authored Jun 5, 2023
1 parent 0d029b3 commit 1f6cde7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3-alpine3.15
FROM python:3.11.3-alpine3.18
WORKDIR /app
COPY . /app
RUN pip install -r requirements.txt
RUN apk add ffmpeg
EXPOSE 80
CMD gunicorn --bind 0.0.0.0:80 app:app

0 comments on commit 1f6cde7

Please sign in to comment.