This commit is contained in:
2021-06-17 11:52:13 +02:00
commit 215eb69395
11 changed files with 214 additions and 0 deletions

8
build.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
IMAGE_NAME="registry.hottis.de/hv2/hv2-api"
VERSION=0.0.x
docker build -t ${IMAGE_NAME}:${VERSION} .
docker push ${IMAGE_NAME}:${VERSION}