Skip to content
Snippets Groups Projects
Commit a3117d11 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added empty npm cache dir

parent 70a68c5b
No related branches found
No related tags found
1 merge request!27Resolve "Update CI"
version: '3.7'
services:
assets:
image: node:10
image: node:16
user: "1000:1000"
volumes:
- .:/usr/src/app
- .npm:/home/node/.npm
working_dir: /usr/src/app
command: bash -c "npm install && npm run watch"
command: bash -c "chown 1000:1000 .npm && npm install && npm run watch"
phpfpm:
depends_on:
- "assets"
......@@ -41,4 +43,6 @@ services:
working_dir: /html
volumes:
- .:/html
command: "su -s /bin/sh -c 'php artisan requests:fetcher' www-data"
\ No newline at end of file
command: "su -s /bin/sh -c 'php artisan requests:fetcher' www-data"
volumes:
node-cache:
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment