build: assign root user in the image

This commit is contained in:
Michel Jonathan Schmitz
2021-04-27 15:30:09 +02:00
committed by Rainer Killinger
parent c54aa25f34
commit ae7a879e64
+2
View File
@@ -1,5 +1,7 @@
FROM registry.gitlab.com/openstapps/projectmanagement/node
USER root
ADD . /app
WORKDIR /app