mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
6 lines
150 B
Docker
6 lines
150 B
Docker
# main; node:19.9.0-alpine3.18
|
|
# backup; node:current-bookworm
|
|
FROM node:19.9.0-alpine3.18
|
|
WORKDIR /bot
|
|
RUN yarn
|
|
CMD ["yarn", "node", "dist/index.js"] |