Improve README

This commit is contained in:
Hakan Ensari 2017-11-12 23:17:18 +00:00 committed by GitHub
parent 36f4e95cfa
commit 1f37e0f2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,8 +68,8 @@ Now you can access the API at
http://localhost:8080
```
In production, create a [`.env`](.env.example) file in the project root first and then run above Docker commands with the production configuration file. For instance
In production, create a [`.env`](.env.example) file in the project root and run with
```bash
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
```