1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 12:21:00 -05:00

Dockerfile fixes

This commit is contained in:
AnxietyisReal 2023-08-12 12:18:12 +10:00
parent ed5f8a40f2
commit c30bfbe551
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