live-vision / Dockerfile
Last commit not found
raw
history blame contribute delete
63 Bytes
FROM node:latest
COPY . .
RUN npm install
CMD node index.mjs