bot-template-ts/DOCKERFILE

4 lines
No EOL
69 B
Text

FROM node:latest
WORKDIR /app
COPY . /app
CMD ["npm", "run", "start"]