build: update configuration files
This commit is contained in:
parent
ff81309464
commit
c1d51392b4
2
.hadolint.yaml
Normal file
2
.hadolint.yaml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ignore:
|
||||||
|
- DL3059
|
|
@ -29,8 +29,7 @@ x-app: &default-app
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
<<: *default-app
|
<<: [*default-proxy, *default-app]
|
||||||
<<: *default-proxy
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: web
|
target: web
|
||||||
|
|
Loading…
Reference in a new issue