Skip to content
Snippets Groups Projects
Commit f9c1b498 authored by Dean Lovett's avatar Dean Lovett
Browse files

Merge branch '3-set-user-node-in-dockerfile' into 'master'

Set USER node in Dockerfile

See merge request !3
parents 70597453 d8b1dc64
No related branches found
No related tags found
1 merge request!3Set USER node in Dockerfile
Pipeline #8101 passed
......@@ -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
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