1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -04:00
Daggerbot-TS/Dockerfile

6 lines
150 B
Docker
Raw Normal View History

2023-08-11 22:18:12 -04:00
# main; node:19.9.0-alpine3.18
# backup; node:current-bookworm
2023-08-11 22:18:12 -04:00
FROM node:19.9.0-alpine3.18
2023-08-06 09:46:54 -04:00
WORKDIR /bot
RUN yarn
2023-08-06 09:46:54 -04:00
CMD ["yarn", "node", "dist/index.js"]