keksAccountGUI/docker/start.sh

4 lines
86 B
Bash
Raw Normal View History

2019-11-27 10:24:16 +00:00
#!/bin/sh
2019-12-25 17:36:31 +00:00
echo $VUE_APP_API_URL > /usr/share/nginx/html/apiurl
nginx -g 'daemon off;'