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:
parent
2131447939
commit
f28f291ac2
8 changed files with 68 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue