Update dockerfile

This commit is contained in:
2025-07-24 00:05:37 +03:00
parent 66587ce677
commit 4285df1f67

View File

@@ -3,4 +3,3 @@ 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