This commit is contained in:
2021-08-29 13:16:50 +02:00
parent c76b66517b
commit 8c443b19cd
3 changed files with 5 additions and 17 deletions

View File

@ -1,14 +0,0 @@
#!/bin/bash
. ENV
IMAGE_NAME="registry.hottis.de/hv2/hv2-api"
VERSION=0.0.x
docker run \
-d \
--rm \
--name "hv2-api" \
-p 5000:5000
${IMAGE_NAME}:${VERSION}