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