3 lines
86 B
Bash
3 lines
86 B
Bash
#!/bin/sh
|
|
echo $VUE_APP_API_URL > /usr/share/nginx/html/apiurl
|
|
nginx -g 'daemon off;'
|