1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-16 20:00:59 -05:00

I set the timezone in wrong file.

This commit is contained in:
toast-ts 2024-01-31 17:33:01 +11:00
parent 00720608e1
commit 1a09781bcc
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,6 @@
FROM node:21.1.0-bookworm-slim
ENV YARN_VERSION 4.0.2
ENV TZ Australia/Sydney
RUN yarn policies set-version $YARN_VERSION
RUN apt update -y && apt upgrade -y && apt install -y git fontconfig
RUN npm install -g typescript

View File

@ -7,5 +7,3 @@ services:
- ./.git:/Daggerbot/.git:rw
- ./src/:/Daggerbot/src/:rw
- ./dist/:/Daggerbot/dist/:rw
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro