Add another flask exercise
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
Your mission, should you choose to accept it, involves fixing the app in this directory, containerize it and set up a CI for it.
|
||||
Please read carefully all the instructions.
|
||||
|
||||
If any of the following steps is not working, it is expected from you to fix them
|
||||
|
||||
## Installation
|
||||
|
||||
1. Create a virtual environment with `python3 -m venv challenge_venv`
|
||||
@ -9,8 +11,6 @@ Please read carefully all the instructions.
|
||||
|
||||
## Run the app
|
||||
|
||||
If any of the following steps is not working, it is expected from you to fix them
|
||||
|
||||
1. Move to `challenges/flask_container_ci` directory, if you are not already there
|
||||
1. Run `export FLASK_APP=app/main.py`
|
||||
1. To run the app execute `flask run`. If it doesn't works, fix it
|
||||
|
Reference in New Issue
Block a user