Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dewisnu committed Dec 17, 2023
1 parent e60a699 commit 88c9486
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
Expand Up @@ -4,5 +4,5 @@ COPY requirements.txt .
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 3000
CMD ["gunicorn","wsgi:app","-b","0.0.0.0:3000"]
EXPOSE 8080
CMD ["gunicorn","wsgi:app","-b","0.0.0.0:8080"]

0 comments on commit 88c9486

Please sign in to comment.