mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-09 07:34:30 +08:00
7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -o
|
|
set -u
|
|
|
|
mvn -f ../pom.xml clean package
|
|
docker build -t veigap/wisemapping:latest -f ./Dockerfile ../wise-webapp/target/ |