@@ -7,6 +7,7 @@ WORKDIR /app
# Copy the pom.xml and the project files to the container
COPY pom.xml .
COPY src ./src
+COPY settings.xml /usr/share/maven/ref/
# Build the application using Maven
RUN mvn clean package -DskipTests