Files
website/content/en/docs/tutorials/Dockerfile
T
Steve Perry 21fd86ed4b Fix up Tutorials landing page and Tutorials left nav. (#8557)
* Fix up Tutorials landing page and Tutorials left nav.

* Add redirects. Fix bullet.
2018-05-15 15:29:27 -07:00

5 lines
64 B
Docker

FROM node:6.9.2
EXPOSE 8080
COPY server.js .
CMD node server.js