mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
Update dockerfile
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
FROM openjdk:eclipse-temurin:17-alpine
|
||||
FROM openjdk:eclipse-temurin:17
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y ffmpeg \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
RUN addgroup -S spring && adduser -S spring -G spring
|
||||
USER spring:spring
|
||||
ARG JAR_FILE=build/libs/*.jar
|
||||
|
||||
Reference in New Issue
Block a user