Skip to content

Commit

Permalink
refactor(deploy): fix versioning Dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrizord committed Sep 2, 2024
1 parent dc804ac commit 789a976
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ FROM maven:3.9.8-eclipse-temurin-21-jammy AS build
# Set the working directory
WORKDIR /app

# Copie o repositório local do Maven para dentro do container
COPY --from=build ~/.m2 /root/.m2

# Copy the POM file first and download dependencies (using cache)
# Copy the POM file first
COPY pom.xml ./

# Cache Maven dependencies
Expand Down

0 comments on commit 789a976

Please sign in to comment.