final fixes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
/.*-env
|
/.*-env
|
||||||
/*-db
|
/*-db
|
||||||
/.hostname
|
/.hostname
|
||||||
|
/.env
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user