Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@migerh
Created September 7, 2018 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save migerh/472993022c05fbb42a8b8dd40885446d to your computer and use it in GitHub Desktop.
Save migerh/472993022c05fbb42a8b8dd40885446d to your computer and use it in GitHub Desktop.
hello gitlab registry
FROM node:10
COPY hello.js /
CMD ["node", "/hello.js"]
console.log("hello node");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment