Skip to content
Snippets Groups Projects
Commit 6a49c78e authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch 'env-for-flask-shell' into 'master'

Add environment variables for flask shell

Closes #22

See merge request !11
parents d1b57d5d 8718f87f
No related branches found
No related tags found
1 merge request!11Add environment variables for flask shell
Pipeline #6541 failed
[![fsco.li/portal](./banner.png)](https://portal.fachschaft.cl.uni-heidelberg.de)
# Development
To run a flask shell inside the container:
``` sh
sudo docker exec -it portal-app-1 flask shell
```
services:
app:
environment:
- FLASK_APP=portal
build:
context: .
target: dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment