mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
This commit is contained in:
parent
7e1203b708
commit
ecd3732775
@ -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"]
|
@ -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
|
Loading…
Reference in New Issue
Block a user