Skip to content

Commit

Permalink
update doc dev recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Jul 21, 2020
1 parent f9f3d91 commit 7562feb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/wiki/elpis-dev-recipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ docker run -it -p 5000:5000/tcp \
Run this inside the container
```
source /venv/bin/activate
flask run --host=0.0.0.0
python setup.py install -e .
export FLASK_APP=elpis && flask run --host=0.0.0.0 --port=5000
```

## Monitor the app/code
Expand Down

0 comments on commit 7562feb

Please sign in to comment.