This commit is contained in:
Michael Elkerton
2026-07-28 18:46:42 -06:00
parent f0c78858fb
commit 8fa139e77d
4 changed files with 44 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
include .env
GIT_URL=git.mspe.ca
image:
docker build -t unbound:build .
up:
docker compose up
tag:
docker tag unbound:build ${GIT_URL}/docker/unbound:${VERSION}
docker image ls
push:
docker push ${GIT_URL}/docker/unbound:${VERSION}
test: image up