fix: missing file keyword

This commit is contained in:
Xyphuz 2022-05-26 09:57:27 +08:00
parent 12e74b1164
commit cac5adae7e

View file

@ -5,6 +5,7 @@ services:
image: "awesome/api"
extends:
service: node
file: common-services.yml
build:
args:
PACKAGE_PATH: api
@ -28,6 +29,7 @@ services:
frontend:
extends:
service: node
file: common-services.yml
build:
args:
PACKAGE_PATH: frontend