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:
|
||||
containers:
|
||||
- name: web
|
||||
image: docker.cluster.fun/averagemarcus/calendso:latest
|
||||
image: calendso/calendso:latest
|
||||
imagePullPolicy: Always
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- |
|
||||
apt update && apt install -y netcat
|
||||
/app/scripts/start.sh
|
||||
env:
|
||||
- name: NEXT_PUBLIC_LICENSE_CONSENT
|
||||
value: agree
|
||||
|
Loading…
Reference in New Issue
Block a user