chore: build script for images (JB Issue)

This commit is contained in:
Timothy Schenk 2023-11-12 15:28:17 +01:00
parent 24a118d52a
commit 9356a729b0

2
build-image.ps1 Normal file
View file

@ -0,0 +1,2 @@
#!sh
docker build --platform linux/arm64,linux/amd64 -f Server/Dockerfile -t continuity .