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