Skip to content

Commit

Permalink
Exposing the right port
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyRAFFY committed Aug 12, 2024
1 parent 78dda43 commit 004405a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ ENV PYTHONPATH "/app/scrappey_proxy"

COPY ./scrappey_proxy /app/scrappey_proxy

EXPOSE PORT 8191
EXPOSE 8191

CMD ["gunicorn", "main:app", "--bind", "0.0.0.0:8191"]

0 comments on commit 004405a

Please sign in to comment.