1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -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 # 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"]

View File

@ -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