UNPKG

204 BPlain TextView Raw
1FROM mhart/alpine-iojs:2.3.4
2MAINTAINER the native web <hello@thenativeweb.io>
3
4# This is run from within the testBox directory.
5ADD ./app.js /app.js
6ADD ./toBeAdded /toBeAdded
7
8CMD [ "node", "/app.js" ]