This commit is contained in:
Lihan 2024-07-27 22:43:31 -04:00
parent 67c8dc137a
commit 2e318f295e

View file

@ -12,7 +12,7 @@ COPY mvnw pom.xml ./
COPY src ./src
# Package the application
RUN ./mvnw clean package -Dmaven.test.skip=true
RUN ./mvnw clean package -DskipTests
# Copy the JAR file to the app directory
COPY target/*.jar app.jar