converting docker/Makefile to docker/Makefile.am

This commit is contained in:
2021-09-08 11:59:01 +00:00
parent 1e8a22729a
commit 7864b517e5
2 changed files with 10 additions and 3 deletions

View File

@ -0,0 +1,13 @@
all:
@echo "Choose one of the following targets:"
@echo " rocky84 ubnt2004"
ubnt2004: codepot-$(VERSION):
docker build -t codepot:ubnt20.04 -f Dockerfile.ubnt2004 .
rocky84: codepot-$(VERSION):
docker build -t codepot:rocky8.4 -f Dockerfile.rocky84 .
codepot-$(VERSION):
cd .. && make dist