wisemapping-open-source/distribution/build-image.sh

8 lines
168 B
Bash
Raw Normal View History

2022-01-23 15:50:20 +08:00
#!/bin/sh
set -o
set -u
2022-01-24 06:55:07 +08:00
mvn -f ../pom.xml clean package
2022-09-13 12:58:49 +08:00
docker build --platform linux/amd64 -t wisemapping/wisemapping:latest -f ./Dockerfile ../wise-webapp/target/