fix web
This commit is contained in:
parent
acafd7a214
commit
508b84af29
4 changed files with 12 additions and 3 deletions
|
@ -3,7 +3,7 @@ version: '2.2'
|
|||
services:
|
||||
faulty-web:
|
||||
build:
|
||||
context: ./repos/faulty-site
|
||||
context: ./custom/faulty-site
|
||||
dockerfile: ./docker/latest.Dockerfile
|
||||
restart: always
|
||||
environment:
|
||||
|
@ -15,7 +15,7 @@ services:
|
|||
|
||||
ixvd-web:
|
||||
build:
|
||||
context: ./repos/ixvd-site
|
||||
context: ./custom/ixvd-site
|
||||
dockerfile: ./docker/latest.Dockerfile
|
||||
restart: always
|
||||
environment:
|
||||
|
|
Reference in a new issue