PalacePal/docker-build.sh

5 lines
164 B
Bash
Executable File

git fetch origin master
git reset --hard origin/master
git submodule update --checkout
docker buildx build -t palacepal-server --platform linux/amd64,linux/arm64 .