mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Use ffmpeg
This commit is contained in:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user