#!/usr/bin/env bash set -xeuo pipefail VERSION=$(cat VERSION) docker build --platform linux/amd64 -t dr.zoemp.be/slskd:${VERSION} -f Dockerfile.cloudron . docker push dr.zoemp.be/slskd:${VERSION} cloudron update --image dr.zoemp.be/slskd:${VERSION} --app slskd