This commit is contained in:
Pim van den Berg
2022-09-23 15:31:44 +02:00
commit 64e1fc08e4
6 changed files with 173 additions and 0 deletions

9
build.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
set -ex
IMAGE=pommib/swiss:latest
docker pull $IMAGE
docker pull debian:bookworm-slim
docker build --no-cache -t $IMAGE ./
docker push $IMAGE