Skip to content

Commit

Permalink
trying unicorn again with updated specs
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan committed Aug 31, 2023
1 parent f5ebcbe commit 5895bb3
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 @@ -27,5 +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 ["python", "app.py"]
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
# CMD ["python", "app.py"]

0 comments on commit 5895bb3

Please sign in to comment.