ayethuzar's picture
milestone-1
fb506e8
raw
history blame
62 Bytes
FROM node:alpine
COPY . /app
WORKDIR /app
CMD node app.js