Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
juancruzmarzetti authored Oct 6, 2024
1 parent 275d61f commit 1b9c9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkyShop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM openjdk:21-slim AS builder
WORKDIR /home/app
COPY pom.xml .
COPY src ./src
RUN mvn package -DskipTests
RUN mvn package

FROM openjdk:21-slim
COPY --from=builder /home/app/target/your-artifact.jar /app.jar
Expand Down

0 comments on commit 1b9c9e8

Please sign in to comment.