andyqin18's picture
Modified README
7296fc1
FROM node:alpine
COPY . /app
WORKDIR /app
CMD node app.js