Skip to content

Commit

Permalink
Merge pull request #7 from FIAP-3SOAT-G15/adjust-config
Browse files Browse the repository at this point in the history
Adjust config
  • Loading branch information
wellyfrs authored May 17, 2024
2 parents 5efc02f + da24878 commit a2a4504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mvn clean package -DskipTests

FROM eclipse-temurin:17-jdk

ARG JAR_FILE=payments.jar
ARG JAR_FILE=stock.jar

WORKDIR /opt/app

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
</dependencies>
</dependencyManagement>
<build>
<finalName>payments</finalName>
<finalName>stock</finalName>
<sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
<testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory>
<plugins>
Expand Down

0 comments on commit a2a4504

Please sign in to comment.