Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
move maven settings copy before mvn command...
  • Loading branch information
nixj14 authored and Luke Sikina committed Oct 7, 2024
1 parent 8074519 commit 611f5cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pic-sure-auth-services/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM maven:3.9.6-amazoncorretto-21 as build
# Copy the source code into the container
COPY ./ /app

# Pull in global maven settings
COPY ./.m2/*.xml /root/.m2/

# Change the working directory
WORKDIR /app

Expand Down

0 comments on commit 611f5cd

Please sign in to comment.