mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
This commit is contained in:
parent
5aba2be342
commit
913f11b42d
@ -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