This commit is contained in:
@ -1,5 +1,5 @@
|
||||
FROM openjdk:11-jdk-oracle
|
||||
RUN addgroup -S spring && adduser -S spring -G spring
|
||||
RUN groupadd spring && useradd -g spring spring
|
||||
USER spring:spring
|
||||
WORKDIR /app
|
||||
EXPOSE 8080
|
||||
|
Reference in New Issue
Block a user