Skip to content

Commit da988d3

Browse files
committed
Need a list of <port> to build
1 parent b7ff8e1 commit da988d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
<arg>/app/startup.sh</arg>
5656
</entrypoint>
5757
<format>docker</format>
58-
<ports>8443</ports>
58+
<ports>
59+
<port>8443</port>
60+
</ports>
5961
<volumes>
6062
<volume>/config</volume>
6163
</volumes>
@@ -108,4 +110,4 @@
108110
</exclusions>
109111
</dependency>
110112
</dependencies>
111-
</project>
113+
</project>

0 commit comments

Comments
 (0)