mirror of https://github.com/docker/docs.git
Merge pull request #7781 from morihaya/document-fix-typo
fix COPY file name in Best practices
This commit is contained in:
commit
5186b52013
|
|
@ -129,7 +129,7 @@ EOF
|
||||||
```
|
```
|
||||||
docker build -t foo https://github.com/thajeztah/pgadmin4-docker.git -f-<<EOF
|
docker build -t foo https://github.com/thajeztah/pgadmin4-docker.git -f-<<EOF
|
||||||
FROM busybox
|
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
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue