mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
3 lines
79 B
Docker
3 lines
79 B
Docker
|
FROM node:current-alpine3.18
|
||
|
WORKDIR /bot
|
||
|
CMD ["yarn", "node", "dist/index.js"]
|