Skip to content
Snippets Groups Projects

Set USER node in Dockerfile

Merged Rory Jennings requested to merge 3-set-user-node-in-dockerfile into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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
Loading