mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-06 04:24:29 +08:00
8 lines
145 B
Bash
Executable File
8 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -o
|
|
set -u
|
|
|
|
mvn -f ../pom.xml clean package
|
|
docker build -t wisemapping/wisemapping:latest -f ./Dockerfile ../wise-webapp/target/
|