Skip to content

Commit

Permalink
create dockerfile for online-banking
Browse files Browse the repository at this point in the history
  • Loading branch information
Elwizzy12 committed Nov 14, 2024
1 parent b4c19ab commit 087fbc4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
5 changes: 0 additions & 5 deletions META-INF/MANIFEST.MF

This file was deleted.

2 changes: 1 addition & 1 deletion online-banking-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ build/
!**/src/test/**/build/

### VS Code ###
.vscode/
.vscode/
8 changes: 1 addition & 7 deletions online-banking-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,7 @@
<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 087fbc4

Please sign in to comment.