Make it Kube Ready

This commit is contained in:
Kekskurse 2019-11-27 11:56:12 +01:00
parent 38794d5ad2
commit 2e7051fab1
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
echo $VUE_APP_API_URL | base64 -d > dist/apiurl
echo $VUE_APP_API_URL > dist/apiurl
http-server dist