feat: 增加docker 支持

This commit is contained in:
rikugun
2020-04-12 21:58:20 +08:00
parent 571df5a415
commit f5e29733e0
8 changed files with 227 additions and 6 deletions

4
docker/docker-start.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
envsubst '$API_SERVER' < /etc/nginx/nginx.conf.tpl > /etc/nginx/nginx.conf
env nginx
./gvadmin