fix(linkwarden): run playwright install
All checks were successful
Renovate / renovate (push) Successful in 24s
All checks were successful
Renovate / renovate (push) Successful in 24s
This commit is contained in:
parent
70ce44a7bc
commit
d09672f673
1 changed files with 6 additions and 6 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue