TravBot-v3/Dockerfile

7 lines
75 B
Docker

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