Skip to content

Commit

Permalink
application startup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwan-samarasinghe committed Sep 7, 2024
1 parent 2dd6886 commit 74b7d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.pullpreview
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ RUN service postgresql start && \
# Expose Flask app port
EXPOSE 8080
# Start PostgreSQL and the Flask app using the virtual environment
CMD service postgresql start && /bin/bash -c "python -m flask db upgrade && python -m debugpy --listen 0.0.0.0:5601 -m flask run --no-debugger --host 0.0.0.0 --port 8080"
CMD service postgresql start && /bin/bash -c "python -m flask db upgrade && python -m flask run --no-debugger --host 0.0.0.0 --port 8080"

0 comments on commit 74b7d73

Please sign in to comment.