Ryan Kim
adding files for milestone 1
73f7e39
raw history blame
No virus
82 Bytes
FROM node:alpine
COPY . /misc_example
WORKDIR /misc_example
CMD node example.js