diff --git a/Makefile b/Makefile index bff43c2c..865a4dc0 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ echo: echo "version:" $(VERSION) build-image: - docker buildx -t $(SERVER_IMAGE):$(VERSION) -t $(SERVER_IMAGE):latest . --load + docker buildx build -t $(SERVER_IMAGE):$(VERSION) -t $(SERVER_IMAGE):latest . --load push: docker push $(SERVER_IMAGE):$(VERSION) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2d5a03bb..e72f2373 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,8 +3,6 @@ # This docker-compose file is used to run the application localy in containarized environment. # ensure to set .env file accordingly -version: '3.8' - services: heureka-db: image: mariadb:latest