Skip to content

Instantly share code, notes, and snippets.

@hareeqi
Created March 17, 2020 10:03
Show Gist options
  • Save hareeqi/330211e8dc033ae292926c52ec7108cb to your computer and use it in GitHub Desktop.
Save hareeqi/330211e8dc033ae292926c52ec7108cb to your computer and use it in GitHub Desktop.
FROM node:12.16
RUN wget https://gist.githubusercontent.com/hareeqi/fc957048f1a0e7edd97248a0e15ebcbf/raw/87650826066e6036c42473e1d9cb78b1a02cdf8a/hello
CMD ["node","hello"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment