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