Create tmp folder

Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
pull/2/head
Stefan Scherer 7 years ago
parent a783dadccb
commit fbd91650a2
No known key found for this signature in database
GPG Key ID: 5966AEAC37E957FA

@ -15,6 +15,9 @@ docker system prune -f
docker build -t httpbuild -f Dockerfile.build .
docker create --name httpbuild httpbuild
if (!(Test-Path tmp)) {
mkdir tmp
}
docker cp httpbuild:/code/http.exe tmp
docker build -t whoami .

Loading…
Cancel
Save