mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2025-01-31 19:09:40 +11:00
6 lines
152 B
Docker
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"] |