populate default values for VERSION and IMAGE file when docker-init is run

This commit is contained in:
ducoterra
2021-12-13 15:05:52 -05:00
parent 16ee2f3ddc
commit 88716ad3ff

View File

@@ -1,7 +1,7 @@
.PHONY: docker-init
docker-init:
@touch VERSION
@touch IMAGE
@echo "0.0.1" >> VERSION
@echo "$(PROJECT_NAME)" >> IMAGE
.PHONY: docker-buildx-context
docker-buildx-context: