PalacePal/docker-build.sh

5 lines
164 B
Bash
Raw Normal View History

2023-07-30 17:37:58 +00:00
git fetch origin master
git reset --hard origin/master
2023-11-11 00:54:43 +00:00
git submodule update --checkout
2023-10-03 17:54:53 +00:00
docker buildx build -t palacepal-server --platform linux/amd64,linux/arm64 .