Move the node Dockerfile into a sub-directory

This commit is contained in:
Oliver Davies 2021-07-02 17:56:01 +01:00
parent cd01f5d8e3
commit f8e945d8ee
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ services:
assets: assets:
build: build:
context: . context: .
dockerfile: tools/docker/node/Dockerfile dockerfile: tools/docker/images/node/Dockerfile
volumes: volumes:
- assets:/node/source/build - assets:/node/source/build
- /node/node_modules - /node/node_modules