Fix layout specification
parent
0301c5c63a
commit
242906d6d4
|
@ -4,4 +4,4 @@ set -o
|
|||
set -u
|
||||
|
||||
mvn -f ../pom.xml clean package
|
||||
docker build -t wisemapping/wisemapping:latest -f ./Dockerfile ../wise-webapp/target/
|
||||
docker build --platform linux/amd64 -t wisemapping/wisemapping:latest -f ./Dockerfile ../wise-webapp/target/
|
||||
|
|
Loading…
Reference in New Issue