Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Jun 28, 2024
1 parent d96990a commit c9b1c9b
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 @@ -21,7 +21,7 @@ EXPOSE 5005
ENV FLASK_APP=server.py

WORKDIR /app

ENV PYTHONPATH=/app
# Define the command to run when the container starts
# CMD ["flask", "run", "--host=0.0.0.0", "--port=5001"]
# gunicorn is a production ready web server for flask, with ability to handle multiple requests
Expand Down

0 comments on commit c9b1c9b

Please sign in to comment.