mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-15 03:07:55 +01: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/
|