Skip to content
Snippets Groups Projects
Commit d8b1dc64 authored by Rory Jennings's avatar Rory Jennings
Browse files

fix: set user to node in Dockerfile

parent 70597453
No related branches found
No related tags found
1 merge request!3Set USER node in Dockerfile
Pipeline #8055 passed
...@@ -16,5 +16,7 @@ RUN chmod 700 ~/.ssh ...@@ -16,5 +16,7 @@ RUN chmod 700 ~/.ssh
RUN touch ~/.ssh/known_hosts RUN touch ~/.ssh/known_hosts
RUN chmod 644 ~/.ssh/known_hosts RUN chmod 644 ~/.ssh/known_hosts
USER node
COPY src/ build/ COPY src/ build/
CMD ["/build/release.sh"] CMD ["/build/release.sh"]
\ No newline at end of file
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