1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Dockerfile fixes

This commit is contained in:
AnxietyisReal 2023-08-12 12:18:12 +10:00
parent 5c09b71e89
commit d0b6f3d152
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# main; node:current-alpine3.18
# main; node:19.9.0-alpine3.18
# backup; node:current-bookworm
FROM node:current-alpine3.18
FROM node:19.9.0-alpine3.18
WORKDIR /bot
RUN yarn
CMD ["yarn", "node", "dist/index.js"]

View File

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