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:
Mariusz Sabath
2023-05-16 19:31:38 +02:00
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: {}