Skip to content

Commit

Permalink
Revert "Update Dockerfile"
Browse files Browse the repository at this point in the history
This reverts commit 67be2c6.
  • Loading branch information
Luke-Sikina authored and Luke Sikina committed Oct 7, 2024
1 parent 950e9fe commit 52ac023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pic-sure-auth-services/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ 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

# Build the jar
RUN mvn clean install -DskipTests

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

FROM amazoncorretto:21.0.1-alpine3.18

# Copy jar and access token from maven build
Expand Down

0 comments on commit 52ac023

Please sign in to comment.