FROM node:latest COPY deploy.js . RUN npm install -g caprover CMD ["node", "deploy.js"]