mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
fix timezone issues
This commit is contained in:
parent
f0ec6bea8d
commit
aa6accca7a
4 changed files with 9 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
FROM node:lts-fermium
|
||||
FROM node:18-bookworm as builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt update && apt install tzdata -y
|
||||
COPY ./package.json .
|
||||
COPY ./yarn.lock .
|
||||
RUN yarn
|
||||
|
@ -11,7 +12,6 @@ RUN yarn build
|
|||
|
||||
WORKDIR /app/dist
|
||||
COPY ./docker/wait-for-it.sh .
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["node", "./index.js"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue