mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Remove tests in docker image
This commit is contained in:
@@ -4,6 +4,7 @@ COPY package.json pom.xml ./
|
|||||||
COPY .git ./.git
|
COPY .git ./.git
|
||||||
RUN mvn -B dependency:go-offline
|
RUN mvn -B dependency:go-offline
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
|
RUN rm -rf src/test
|
||||||
RUN mvn -B package -DskipTests
|
RUN mvn -B package -DskipTests
|
||||||
|
|
||||||
FROM eclipse-temurin:17-jre
|
FROM eclipse-temurin:17-jre
|
||||||
|
|||||||
Reference in New Issue
Block a user