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