1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

fix links parsing

This commit is contained in:
Fedor Katurov 2025-02-24 20:30:24 +07:00
parent 2131447939
commit f28f291ac2
8 changed files with 68 additions and 33 deletions

View file

@ -12,11 +12,9 @@ RUN yarn build
FROM node:18-bookworm AS runner
COPY --from=builder /app/dist ./
WORKDIR /app/dist
COPY --from=builder /app/dist ./
COPY ./docker/wait-for-it.sh .
EXPOSE 80