Ryan Kim
adding these files as a backup of an older project that got mangled by Git LFS's size limit
6410115
raw
history blame contribute delete
82 Bytes
FROM node:alpine
COPY . /misc_example
WORKDIR /misc_example
CMD node example.js