sbt-idp/cope2n-fe/run.sh
Viet Anh Nguyen 56e8672e24 Fix build FE
2024-02-05 18:41:53 +07:00

5 lines
161 B
Bash

#!/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;'