Skip to content

Commit

Permalink
remove unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan committed Aug 31, 2023
1 parent 0ef3b36 commit fa321f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ COPY . /app/
EXPOSE 5000

# Define the command to start the container. Use gunicorn as the WSGI server to serve the Flask app
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
# CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
CMD ["python", "app.py"]
Binary file added __pycache__/app.cpython-311.pyc
Binary file not shown.

0 comments on commit fa321f0

Please sign in to comment.