1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -04:00
This commit is contained in:
AnxietyisReal 2023-09-01 17:28:54 +10:00
parent b71db7b252
commit 611fa5867b
2 changed files with 0 additions and 15 deletions

View File

@ -1,6 +0,0 @@
# 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"]

View File

@ -1,9 +0,0 @@
version: '3'
services:
bot:
container_name: 'Daggerbot'
image: 'git.toast-server.net/toast/daggerbot-ts:alpine'
volumes:
- .:/bot
network_mode: host