ayethuzar's picture
update
d996666
raw
history blame
62 Bytes
FROM node:alpine
COPY . /app
WORKDIR /app
CMD node app.js