Add nginx container

This commit is contained in:
2020-04-30 14:50:37 +02:00
parent 8cf8457a54
commit bfe5dc6ff8
4 changed files with 79 additions and 1 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ export default function ({ $axios }) {
console.log('Making request to ' + config.url)
})
$axios.setBaseURL('http://localhost:8081')
$axios.setBaseURL(process.env.API_URL)
}