add drone docker image build

This commit is contained in:
2021-07-26 21:01:45 +02:00
parent 68b8be3bca
commit 576798da8e
3 changed files with 21 additions and 2 deletions

View File

@ -36,7 +36,7 @@ VUE_APP_API_URL ist die Enviroment Variable mit der die Adresse der API übergeb
### Image bauen
```
docker build --tag ki_frontend .
docker build --target ki-frontend --tag ki_frontend .
```