build.sh: prepare for initial build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pim van den Berg 2022-09-23 15:34:42 +02:00
parent 5f8888e8ff
commit 4317a41790

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