TravBot-v3/Dockerfile.armhf

10 lines
87 B
Docker

FROM node:current-alpine
COPY . .
RUN npm i
RUN npm run build
CMD ["npm", "start"]