CameraLiveDocker / Dockerfile
awacke1's picture
Update Dockerfile
d3d1eee verified
raw
history blame contribute delete
62 Bytes
FROM node:latest
COPY . .
RUN npm install
CMD node index.mjs