Skip to content

Commit

Permalink
bf deploy debug ....
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustingheart committed Oct 20, 2024
1 parent 306adf5 commit 0fff153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dockerfile-app
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

# Copy Maven wrapper and pom.xml files
COPY .mvn/ .mvn
COPY app/mvnw app/pom.xml ./
COPY mvnw pom.xml ./

# Grant execute permissions to the Maven wrapper
RUN chmod +x ./mvnw
Expand Down

0 comments on commit 0fff153

Please sign in to comment.