build: assign root user in the image

This commit is contained in:
Michel Jonathan Schmitz
2020-11-03 12:54:46 +01:00
committed by Rainer Killinger
parent c54aa25f34
commit ae7a879e64

View File

@@ -1,5 +1,7 @@
FROM registry.gitlab.com/openstapps/projectmanagement/node
USER root
ADD . /app
WORKDIR /app