final fixes

This commit is contained in:
2024-06-13 23:32:37 +02:00
parent a691e46be5
commit caff2c9297
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
/.*-env /.*-env
/*-db /*-db
/.hostname /.hostname
/.env

View File

@@ -48,7 +48,7 @@ frontend: gitsync
.PHONY = backend .PHONY = backend
backend: gitsync 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 .PHONY = database
database: gitsync database: gitsync