We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753438f commit 26cc2aaCopy full SHA for 26cc2aa
README.md
@@ -6,8 +6,9 @@ This is a [Flask](http://flask.pocoo.org/) application running behind uwsgi serv
6
7
1. Clone the repo `git clone https://github.com/codeasashu/python-nginx-docker.git`
8
2. `cd` into the repo directory. `cd python-nginx-docker`
9
-3. Run `docker-compose build` and then `docker-compose up -d`
10
-4. Enjoy the python app.
+3. Create environment file from env-example file. `cp env-example .env`
+4. Run `docker-compose build` and then `docker-compose up -d`
11
+5. Enjoy the python app.
12
13
## Making changes
14
0 commit comments