Make it Kube Ready
This commit is contained in:
parent
4003d4063d
commit
38794d5ad2
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
echo $VUE_APP_API_URL > dist/apiurl
|
||||
echo $VUE_APP_API_URL | base64 -d > dist/apiurl
|
||||
http-server dist
|
||||
|
|
Reference in a new issue