| Current Path : /proc/thread-self/root/proc/thread-self/root/home/deltalab/PMS/buy-button-generator/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/home/deltalab/PMS/buy-button-generator/Dockerfile |
# syntax=docker/dockerfile:1 FROM node:14-alpine WORKDIR /app COPY package.json . RUN npm install COPY . . CMD ["./startup_delay.sh"] #CMD ["npm", "start"]