Skip to content

Commit

Permalink
Add EXPOSE instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Isnubi committed Nov 14, 2024
1 parent 8925923 commit 5cb496c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ COPY ./ /app

RUN pip install --no-cache-dir -r requirements.txt

EXPOSE 5000

CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]

0 comments on commit 5cb496c

Please sign in to comment.