From 90c5a05a44c6939a61a8088599b16e7c8697de27 Mon Sep 17 00:00:00 2001 From: Samuel Veiga Rangel Date: Mon, 26 Aug 2024 15:50:40 -0300 Subject: [PATCH] Atualiza comando update --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index bb915b96..617982c2 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,5 @@ default: build -COMPOSE_FILE_DEV = local.yml - -compose = ${COMPOSE_FILE_DEV} - export SCMS_BUILD_DATE=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ") export SCMS_VCS_REF=$(strip $(shell git rev-parse --short HEAD)) export SCMS_WEBAPP_VERSION=$(strip $(shell cat VERSION)) @@ -136,4 +132,4 @@ exclude_upload_production_django: ## Exclude all productions containers echo "No images found for 'upload_production*'"; \ fi -update: stop rm exclude_upload_production_django up \ No newline at end of file +update: stop rm exclude_upload_production_django build up \ No newline at end of file