mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2025-02-23 09:29:41 +11:00
Dockerfile fixes
This commit is contained in:
parent
5c09b71e89
commit
d0b6f3d152
@ -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…
x
Reference in New Issue
Block a user