Add Makefile

This commit is contained in:
vitor-aignosi
2026-08-25 11:11:31 -03:00
parent 33d6ddc26b
commit 3610c33b2e

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
VERSION = 1.0.8
name = sientia-laborious
# ENVIRONMENT = production
docker-hub:
@docker build --no-cache -t aignosi.azurecr.io/$(name):$(VERSION) .
@docker push aignosi.azurecr.io/$(name):$(VERSION)