Fix initialization scripts for docker

This commit is contained in:
Paulo Gustavo Veiga
2022-01-23 14:55:07 -08:00
parent f25a1279a3
commit 058bb4ef1c
5 changed files with 29 additions and 14 deletions

View File

@@ -3,4 +3,5 @@
set -o
set -u
docker build -t wisemapping -f ./Dockerfile ../wise-webapp/target/
mvn -f ../pom.xml clean package
docker build -t veigap/wisemapping:latest -f ./Dockerfile ../wise-webapp/target/