Remove makefile
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
IMAGE=192.168.10.26:5000/deluge-openvpn
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
sh build.sh "$(IMAGE)"
|
||||
|
||||
.PHONY: push
|
||||
push:
|
||||
sh push.sh "$(IMAGE)"
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
set -e
|
||||
|
||||
IMAGE=$1
|
||||
|
||||
docker build --no-cache --pull -t "${IMAGE}:amd64-latest" .
|
||||
Reference in New Issue
Block a user