Skip to content

Commit

Permalink
Disable Flask Debug in Support Frontend Docker container (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangrundy7 authored Sep 3, 2024
1 parent 72ace83 commit 682f2e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rm-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ services:
- APP_CONFIG=DevelopmentConfig
- PORT=${SUPPORT_FRONTEND_PORT}
- SUPPORT_API_URL=http://support-api:9095
- DEBUG=False
ports:
- "${SUPPORT_FRONTEND_PORT}:9096"
healthcheck:
Expand Down

0 comments on commit 682f2e2

Please sign in to comment.