mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-21 06:31:05 +00:00
fix: config path (#978)
* fix: config path * change cache * use alpine * workaround the lifecycle hook problem
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
angular:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: build/Dockerfile
|
||||
dockerfile: build/dockerfile
|
||||
target: dev-angular-build
|
||||
args:
|
||||
ENV: dev
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
go:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: build/Dockerfile
|
||||
dockerfile: build/dockerfile
|
||||
target: dev-go-build
|
||||
args:
|
||||
ENV: dev
|
||||
|
Reference in New Issue
Block a user