Use ffmpeg

This commit is contained in:
2026-01-22 21:53:36 +01:00
parent a8c4c97294
commit 10a7f5675d
14 changed files with 406 additions and 319 deletions

View File

@@ -9,6 +9,7 @@ RUN mvn -B package -DskipTests
FROM eclipse-temurin:17-jre
WORKDIR /app
RUN apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
COPY --from=build /app/target/imgfloat-*.jar app.jar
EXPOSE 8080 8443
ENV JAVA_OPTS=""