8 lines
168 B
Bash
Raw Normal View History

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