can-i-patent-this / Dockerfile
ayethuzar's picture
Squashed commit of the following:
2de47c8
raw
history blame
62 Bytes
FROM node:alpine
COPY . /app
WORKDIR /app
CMD node app.js