Add empty directory to Tornjak to support npm cache (#224)
Resolves issue #223 Signed-off-by: Mariusz Sabath <[email protected]>
This commit is contained in:
committed by
Marco Franssen
parent
da186c5f53
commit
bdba97b629
@@ -44,3 +44,9 @@ spec:
|
||||
periodSeconds: 30
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 10
|
||||
volumeMounts:
|
||||
- name: cache
|
||||
mountPath: /usr/src/app/node_modules/.cache
|
||||
volumes:
|
||||
- name: cache
|
||||
emptyDir: {}
|
||||
|
||||
Reference in New Issue
Block a user