1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -04:00
Daggerbot-TS/Dockerfile
2023-08-07 18:14:08 +10:00

6 lines
152 B
Docker

# main; node:current-alpine3.18
# backup; node:current-bookworm
FROM node:current-alpine3.18
WORKDIR /bot
RUN yarn
CMD ["yarn", "node", "dist/index.js"]