Ensure that assets are generated on first build
This commit is contained in:
parent
d9e9a60d44
commit
730398421a
|
@ -42,6 +42,7 @@ services:
|
||||||
- assets:/node/source/build
|
- assets:/node/source/build
|
||||||
- /node/node_modules
|
- /node/node_modules
|
||||||
- ./assets:/node/assets
|
- ./assets:/node/assets
|
||||||
|
- ./Makefile:/node/Makefile
|
||||||
- ./package.json:/node/package.json
|
- ./package.json:/node/package.json
|
||||||
- ./package-lock.json:/node/package-lock.json
|
- ./package-lock.json:/node/package-lock.json
|
||||||
- ./postcss.config.js:/node/postcss.config.js
|
- ./postcss.config.js:/node/postcss.config.js
|
||||||
|
@ -49,8 +50,10 @@ services:
|
||||||
- ./tailwind.config.js:/node/tailwind.config.js
|
- ./tailwind.config.js:/node/tailwind.config.js
|
||||||
- ./tools/tailwindcss:/node/tools/tailwindcss
|
- ./tools/tailwindcss:/node/tools/tailwindcss
|
||||||
- ./webpack.config.js:/node/webpack.config.js
|
- ./webpack.config.js:/node/webpack.config.js
|
||||||
entrypoint: npm
|
working_dir: /node
|
||||||
command: run watch
|
entrypoint: make
|
||||||
|
command:
|
||||||
|
- assets-watch
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=false"
|
- "traefik.enable=false"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue