Update build.sh

This commit is contained in:
Bastien 2021-02-01 18:17:50 +01:00
parent d28f8d11bf
commit bf7d58cd44

View File

@ -1,9 +1,5 @@
#!/bin/sh
VERSION=$(cat mempool-version)
cd mempool
cd ./backend
docker buildx build --platform linux/amd64,linux/arm64 -t $1/mempool-backend:$2 --push .