build.sh: prepare for initial build

This commit is contained in:
Pim van den Berg 2022-09-23 15:34:42 +02:00
parent 8c0f5c9b59
commit 46b28ac197
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
set -ex
IMAGE=pommib/swiss:latest
docker pull $IMAGE
docker pull debian:bookworm-slim
docker build --no-cache -t $IMAGE ./
docker push $IMAGE