From d8b1dc644bbec99eab4fda72a7e8acfe65605316 Mon Sep 17 00:00:00 2001 From: Rory <rory.jennings@nexusmods.com> Date: Fri, 14 Aug 2020 09:25:38 +0100 Subject: [PATCH] fix: set user to node in Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ecb5b8d..b871c5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,7 @@ RUN chmod 700 ~/.ssh RUN touch ~/.ssh/known_hosts RUN chmod 644 ~/.ssh/known_hosts +USER node + COPY src/ build/ CMD ["/build/release.sh"] \ No newline at end of file -- GitLab