Merge pull request #1244 from thakkaryash94/patch-3

This commit is contained in:
Rico Sta. Cruz 2019-11-17 18:00:46 +11:00
commit f402f171b7
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ docker-compose down
web:
# build from Dockerfile
build: .
args: # Add build arguments
APP_HOME: app
```
```yaml