dev #2
@@ -21,7 +21,7 @@ RUN apt update && \
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN adduser -D ${BUILD_APP_USER} && chown -R ${BUILD_APP_USER}:${BUILD_APP_USER} /app
|
#RUN adduser -D ${BUILD_APP_USER} && chown -R ${BUILD_APP_USER}:${BUILD_APP_USER} /app
|
||||||
|
|
||||||
USER ${BUILD_APP_USER}
|
USER ${BUILD_APP_USER}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user