diff --git a/Dockerfile b/Dockerfile index ecb5b8d2eb86abccb5ef322a1f5fc90f223212f5..b871c5ff2edc2d530f071c797ff43f14cb4ce494 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