Remove makefile

This commit is contained in:
Eldwan Brianne
2020-12-08 15:11:22 +01:00
parent 7d294e385f
commit 5c00f66eb3
3 changed files with 0 additions and 21 deletions

View File

@@ -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)"

View File

@@ -1,6 +0,0 @@
#!/usr/bin/env sh
set -e
IMAGE=$1
docker build --no-cache --pull -t "${IMAGE}:amd64-latest" .

View File

@@ -1,6 +0,0 @@
#!/usr/bin/env sh
set -e
IMAGE=$1
docker push "${IMAGE}:amd64-latest"