asdf
This commit is contained in:
@@ -22,6 +22,7 @@ services:
|
||||
environment:
|
||||
- FLASK_APP=backend.app:create_app
|
||||
- FLASK_ENV=production
|
||||
- SECRET_KEY=${SECRET_KEY}
|
||||
- PORT=5001
|
||||
- DATABASE_URI=sqlite:////app/backend/instance/trivia.db
|
||||
- CORS_ORIGINS=${CORS_ORIGINS:-*}
|
||||
|
||||
Reference in New Issue
Block a user