diff --git a/.gitignore b/.gitignore index 238cac4..fbffe43 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /.*-env /*-db /.hostname +/.env diff --git a/Makefile b/Makefile index eb22d56..22fdfe7 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ frontend: gitsync .PHONY = backend backend: gitsync - docker buildx build --build-arg="KC_HOSTNAME=$(KC_HOSTNAME)" --tag $(DOCKER_REGISTRY)$(BACKEND) --load $(ROOT_DIR)SWA-backend + docker buildx build --build-arg="KC_HOSTNAME=localhost:8080" --tag $(DOCKER_REGISTRY)$(BACKEND) --load $(ROOT_DIR)SWA-backend .PHONY = database database: gitsync