Override calendso startup
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
a34ae89b33
commit
b7ffb96beb
@ -40,8 +40,14 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: docker.cluster.fun/averagemarcus/calendso:latest
|
image: calendso/calendso:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
command:
|
||||||
|
- sh
|
||||||
|
- -c
|
||||||
|
- |
|
||||||
|
apt update && apt install -y netcat
|
||||||
|
/app/scripts/start.sh
|
||||||
env:
|
env:
|
||||||
- name: NEXT_PUBLIC_LICENSE_CONSENT
|
- name: NEXT_PUBLIC_LICENSE_CONSENT
|
||||||
value: agree
|
value: agree
|
||||||
|
Loading…
Reference in New Issue
Block a user