fix(linkwarden): run playwright install
All checks were successful
Renovate / renovate (push) Successful in 24s

This commit is contained in:
Peter 2024-05-07 18:45:48 +02:00
parent 70ce44a7bc
commit d09672f673
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -16,12 +16,12 @@ spec:
app.kubernetes.io/name: linkwarden
spec:
initContainers:
# - name: install-packages
# image: linkwarden
# command: ["/bin/bash", "-c", "npx playwright install"]
# volumeMounts:
# - name: node-cache
# mountPath: /home/node/.cache
- name: install-packages
image: linkwarden
command: ["/bin/bash", "-c", "npx playwright install"]
volumeMounts:
- name: node-cache
mountPath: /home/node/.cache
- name: run-prisma-migrations
image: linkwarden
command: ["/data/node_modules/.bin/prisma"]