fix: add the missing make
dependency
This commit is contained in:
parent
b860ea7a2e
commit
f9f3d23b7f
2 changed files with 7 additions and 2 deletions
|
@ -17,7 +17,10 @@ services:
|
|||
- assets
|
||||
|
||||
assets:
|
||||
image: node:14-alpine
|
||||
build:
|
||||
context: .
|
||||
dockerfile: tools/docker/images/Dockerfile
|
||||
target: assets
|
||||
volumes:
|
||||
- assets:/node/source/build
|
||||
- /node/node_modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue