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 app.kubernetes.io/name: linkwarden
spec: spec:
initContainers: initContainers:
# - name: install-packages - name: install-packages
# image: linkwarden image: linkwarden
# command: ["/bin/bash", "-c", "npx playwright install"] command: ["/bin/bash", "-c", "npx playwright install"]
# volumeMounts: volumeMounts:
# - name: node-cache - name: node-cache
# mountPath: /home/node/.cache mountPath: /home/node/.cache
- name: run-prisma-migrations - name: run-prisma-migrations
image: linkwarden image: linkwarden
command: ["/data/node_modules/.bin/prisma"] command: ["/data/node_modules/.bin/prisma"]