1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed cache path

This commit is contained in:
Fedor Katurov 2022-03-15 14:06:02 +07:00
parent bb0dc2d26a
commit c3cbfd5b67

View file

@ -16,7 +16,7 @@ steps:
settings: settings:
restore: true restore: true
mount: mount:
- ./node_modules - /app/node_modules
volumes: volumes:
- name: cache - name: cache
path: /cache path: /cache
@ -83,7 +83,7 @@ steps:
settings: settings:
rebuild: true rebuild: true
mount: mount:
- ./node_modules - /app/node_modules
volumes: volumes:
- name: cache - name: cache
path: /cache path: /cache