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