remove paywall
This commit is contained in:
parent
65d51cef01
commit
1c14812fee
1 changed files with 4 additions and 1 deletions
|
|
@ -18,7 +18,10 @@ spec:
|
||||||
image: muaeabudhabi/watchparty-v8:latest
|
image: muaeabudhabi/watchparty-v8:latest
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
- sed -i 's/cpx11/cx23/g; s/cpx31/cx33/g' /app/server/vm/hetzner.ts && exec npm start
|
- |
|
||||||
|
sed -i 's/cpx11/cx23/g; s/cpx31/cx33/g' /app/server/vm/hetzner.ts
|
||||||
|
sed -i "s|VITE_FIREBASE_CONFIG:'[^']*'|VITE_FIREBASE_CONFIG:''|" /app/build/assets/index-*.js
|
||||||
|
exec npm start
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: http
|
name: http
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue