fix build command
Some checks failed
Deploy API / docker (ubuntu-latest, 2.44.0) (push) Failing after 14s
Some checks failed
Deploy API / docker (ubuntu-latest, 2.44.0) (push) Failing after 14s
This commit is contained in:
parent
c53e1fd6bf
commit
025c78556b
@ -8,7 +8,7 @@ WORKDIR /home/container
|
||||
COPY . .
|
||||
|
||||
# Build the jar
|
||||
RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C -s ./settings.xml
|
||||
RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C
|
||||
|
||||
# Stage 2: Create the final lightweight image
|
||||
FROM eclipse-temurin:17.0.11_9-jre-focal
|
||||
|
Loading…
x
Reference in New Issue
Block a user