Update dockerfile

This commit is contained in:
2025-07-24 00:05:05 +03:00
parent 0f912ed5b8
commit 66587ce677

View File

@@ -4,4 +4,3 @@ RUN apt-get update \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN addgroup -S spring && adduser -S spring -G spring RUN addgroup -S spring && adduser -S spring -G spring
USER spring:spring