Override calendso startup

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2021-12-26 21:57:39 +00:00
parent a34ae89b33
commit b7ffb96beb
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78

View File

@ -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