mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-05 01:46:55 +00:00
8 lines
172 B
Bash
8 lines
172 B
Bash
#!/bin/sh
|
|
|
|
redis-server /etc/redis/redis.conf &
|
|
|
|
sed -i "s/ENDPOINT_PLACEHOLDER/$ENDPOINT/g" /var/www/html/kubeinvaders.js
|
|
|
|
nginx -c /etc/nginx/nginx.conf -g 'daemon off;'
|