fix: config path (#978)

* fix: config path

* change cache

* use alpine

* workaround the lifecycle hook problem
This commit is contained in:
Florian Forster
2020-11-17 20:55:41 +01:00
committed by GitHub
parent 119ddbfa09
commit 955dec8694
4 changed files with 14 additions and 13 deletions

View File

@@ -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