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

8 lines
168 B
Bash
Raw Normal View History

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