moved to maven parent 1.2.0
This commit is contained in:
parent
d645c63d84
commit
d621e840ba
|
@ -1 +1,5 @@
|
|||
docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 .
|
||||
for current platform:
|
||||
docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 .
|
||||
|
||||
for multiple platforms:
|
||||
docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 --platform=linux/amd64,linux/arm64,linux/arm/v7 .
|
Loading…
Reference in New Issue