Merge pull request #1243 from thakkaryash94/patch-docker

Add argument --build-args in docker
This commit is contained in:
Rico Sta. Cruz 2020-01-01 10:02:55 +11:00 committed by GitHub
commit aa4bca1180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Manage images
```yml
docker build [options] .
-t "app/container_name" # name
--build-arg APP_HOME=$APP_HOME # Set build-time variables
```
Create an `image` from a Dockerfile.