mirror of https://github.com/docker/docs.git
Fix example dockerfile
This commit is contained in:
parent
40ccf1d300
commit
03b83b3210
contrib/docker-build
|
@ -10,3 +10,4 @@ run DEBIAN_FRONTEND=noninteractive apt-get install -y -q curl
|
||||||
run DEBIAN_FRONTEND=noninteractive apt-get install -y -q golang
|
run DEBIAN_FRONTEND=noninteractive apt-get install -y -q golang
|
||||||
# Insert files from the host (./myscript must be present in the current directory)
|
# Insert files from the host (./myscript must be present in the current directory)
|
||||||
copy myscript /usr/local/bin/myscript
|
copy myscript /usr/local/bin/myscript
|
||||||
|
push /src
|
||||||
|
|
Loading…
Reference in New Issue