mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Dockerfile fixes
This commit is contained in:
parent
15b6d1cd7b
commit
7a442a9b84
@ -1,6 +1,6 @@
|
|||||||
# main; node:current-alpine3.18
|
# main; node:19.9.0-alpine3.18
|
||||||
# backup; node:current-bookworm
|
# backup; node:current-bookworm
|
||||||
FROM node:current-alpine3.18
|
FROM node:19.9.0-alpine3.18
|
||||||
WORKDIR /bot
|
WORKDIR /bot
|
||||||
RUN yarn
|
RUN yarn
|
||||||
CMD ["yarn", "node", "dist/index.js"]
|
CMD ["yarn", "node", "dist/index.js"]
|
@ -3,7 +3,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
bot:
|
bot:
|
||||||
container_name: 'Daggerbot'
|
container_name: 'Daggerbot'
|
||||||
image: 'git.toast-server.net/toast/daggerbot-ts:alpine3.18'
|
image: 'git.toast-server.net/toast/daggerbot-ts:alpine'
|
||||||
volumes:
|
volumes:
|
||||||
- .:/bot
|
- .:/bot
|
||||||
network_mode: host
|
network_mode: host
|
Loading…
Reference in New Issue
Block a user