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