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

fix dockerfile

This commit is contained in:
Fedor Katurov 2025-02-24 21:05:25 +07:00
parent 6ac6ca9356
commit eb63618aeb
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,8 @@ FROM node:18-bookworm AS runner
WORKDIR /app/dist
COPY --from=builder /app/dist ./
COPY --from=builder /app/templates /templates
COPY ./docker/wait-for-it.sh .
EXPOSE 80