Skip to content
Snippets Groups Projects
Commit 1cdab7bd authored by richard.petersen's avatar richard.petersen :sailboat:
Browse files

Add USER to builder image

parent 42ebcb9b
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ LABEL maintainer="ui-team@open-xchange.com"
WORKDIR /app
ADD . /app
USER node
RUN yarn --production --non-interactive --no-progress -s
FROM gcr.io/distroless/nodejs:18
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment