update startup
This commit is contained in:
parent
3837371268
commit
e82f488f9a
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "> Configure cache"
|
||||
mkdir -p /tmp/app/{vendor/node_modules}
|
||||
mkdir -p /tmp/app/{vendor,node_modules}
|
||||
ln -s /tmp/app/node_modules /web/frontend/node_modules
|
||||
ln -s /tmp/app/vendor /web/backend/vendor
|
||||
|
||||
|
|
Loading…
Reference in New Issue