mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed cache path
This commit is contained in:
parent
c3cbfd5b67
commit
c5ae03e350
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ steps:
|
|||
settings:
|
||||
restore: true
|
||||
mount:
|
||||
- /app/node_modules
|
||||
- ./app/node_modules
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /cache
|
||||
|
@ -83,7 +83,7 @@ steps:
|
|||
settings:
|
||||
rebuild: true
|
||||
mount:
|
||||
- /app/node_modules
|
||||
- ./app/node_modules
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue