Skip to content

Commit 962c336

Browse files
committed
add release flag to docker build
1 parent 7c45e55 commit 962c336

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,10 @@
262262
<exists>src/main/docker/Dockerfile</exists>
263263
</file>
264264
</activation>
265+
<properties>
266+
<build.release>true</build.release>
267+
</properties>
268+
265269
<build>
266270
<plugins>
267271

@@ -329,4 +333,4 @@
329333
</profile>
330334

331335
</profiles>
332-
</project>
336+
</project>

0 commit comments

Comments
 (0)