Skip to content

Commit

Permalink
setup dockerfile for onlinebanking
Browse files Browse the repository at this point in the history
  • Loading branch information
Elwizzy12 committed Nov 14, 2024
1 parent 087fbc4 commit f8e71eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion online-banking-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,13 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>

<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>
Expand Down

0 comments on commit f8e71eb

Please sign in to comment.