mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-14 19:28:00 +00:00
5 lines
105 B
Bash
5 lines
105 B
Bash
#!/bin/sh
|
|
envsubst '$API_SERVER' < /etc/nginx/nginx.conf.tpl > /etc/nginx/nginx.conf
|
|
env nginx
|
|
./gvadmin
|