eco-discord-bot/Dockerfile

10 lines
96 B
Docker

FROM node:19-alpine
WORKDIR /app
COPY . .
- yarn install
- yarn build
CMD yarn start