Make it Kube Ready

This commit is contained in:
Kekskurse 2019-11-27 11:48:49 +01:00
parent 4003d4063d
commit 38794d5ad2
1 changed files with 1 additions and 1 deletions

View File

@ -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