remove last usages of APP_ENV

This commit is contained in:
Patrik Oldsberg
2021-01-25 17:49:32 +01:00
parent 621a80ae5a
commit f81c4e2e41
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Run the following commands if you have Docker environment
```bash
$ yarn install
$ yarn docker-build
$ docker run --rm -it -p 7000:7000 -e APP_ENV=production -e NODE_ENV=development example-backend:latest
$ docker run --rm -it -p 7000:7000 -e NODE_ENV=development example-backend:latest
```
Then open http://localhost:7000 on your browser.