Skip to content

Instantly share code, notes, and snippets.

@migerh
Created September 7, 2018 20:00
Show Gist options
  • Select an option

  • Save migerh/472993022c05fbb42a8b8dd40885446d to your computer and use it in GitHub Desktop.

Select an option

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