sbt-idp/cope2n-fe/run.sh

5 lines
161 B
Bash
Raw Normal View History

2024-02-05 11:41:53 +00:00
#!/bin/sh
# update port and BD proxy
sed "s#{{proxy_server}}#$VITE_PROXY#g" /configs/nginx.conf > /etc/nginx/conf.d/default.conf
# run up
nginx -g 'daemon off;'