Compare commits
2 Commits
0bd512c11c
...
b7ffb96beb
Author | SHA1 | Date | |
---|---|---|---|
b7ffb96beb | |||
a34ae89b33 |
@ -42,6 +42,12 @@ spec:
|
|||||||
- name: web
|
- name: web
|
||||||
image: calendso/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