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 16, 2024
1 parent 779b4d3 commit 61f9ab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.pullpreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
dockerfile: Dockerfile
args:
- USE_DEV_REQUIREMENTS=true
volumes: ['../funding-service-design-fund-application-builder:/app']
command: ["sh", "-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"]
ports:
- 8080:8080
Expand Down

0 comments on commit 61f9ab0

Please sign in to comment.