CameraLiveDocker / backup.Dockerfile
awacke1's picture
Create backup.Dockerfile
306c760 verified
raw
history blame contribute delete
63 Bytes
FROM node:latest
COPY . .
RUN npm install
CMD node index.mjs