Fix puppeteer permission issue with chmod 777
This commit is contained in:
parent
0fdf7c7edf
commit
f26ae7abd1
|
|
@ -28,7 +28,7 @@ spec:
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- "chown -R 999:999 /app && chown -R 999:999 /secrets"
|
- "chmod -R 777 /app && chmod -R 777 /secrets"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: app-volume
|
- name: app-volume
|
||||||
mountPath: /app
|
mountPath: /app
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue