Remove build.sh

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

@ -1,8 +0,0 @@
#!/bin/bash
docker build -t httpbuild -f Dockerfile.build .
docker rm -f httpbuild
docker create --name httpbuild httpbuild
rm -rf tmp
mkdir tmp
docker cp httpbuild:/code/http.exe tmp
docker build -t whoami .
Loading…
Cancel
Save