final fixes
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user