umangsoni's picture
cs670 project milestone1
080ab98
raw
history blame contribute delete
57 Bytes
FROM node:alpine
COPY . /app
WORKDIR /app
CMD node app.js