andyqin18's picture
Created Dockerfile
71ac0c7
raw
history blame
58 Bytes
FROM node:ubuntu
COPY . /app
WORKDIR /app
CMD node app.js