fix docker-compose version
All checks were successful
Deploy Bookshelf / deploy (push) Successful in 36s
All checks were successful
Deploy Bookshelf / deploy (push) Successful in 36s
This commit is contained in:
@@ -4,8 +4,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: front/Dockerfile
|
||||
args:
|
||||
VUE_APP_ROOT_FQDN: ${SERVICE_ROOT_FQDN}
|
||||
args:
|
||||
VUE_APP_ROOT_FQDN: ${SERVICE_ROOT_FQDN}
|
||||
ports:
|
||||
- 80:80
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user