Merge pull request #7781 from morihaya/document-fix-typo

fix COPY file name in Best practices
This commit is contained in:
L-Hudson 2018-12-07 15:50:11 -05:00 committed by GitHub
commit 5186b52013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ EOF
```
docker build -t foo https://github.com/thajeztah/pgadmin4-docker.git -f-<<EOF
FROM busybox
COPY LICENSE config_local.py /usr/local/lib/python2.7/site-packages/pgadmin4/
COPY LICENSE config_distro.py /usr/local/lib/python2.7/site-packages/pgadmin4/
EOF
```