1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2025-01-31 23:09:42 +11:00
Daggerbot-TS/Dockerfile

6 lines
152 B
Docker
Raw Normal View History

# main; node:current-alpine3.18
# backup; node:current-bookworm
2023-08-06 23:46:54 +10:00
FROM node:current-alpine3.18
WORKDIR /bot
RUN yarn
2023-08-06 23:46:54 +10:00
CMD ["yarn", "node", "dist/index.js"]