1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-25 06:56:40 +07:00

update deploy

This commit is contained in:
Fedor Katurov 2023-12-30 13:34:22 +07:00
parent 2d2c959925
commit 6230217741
3 changed files with 11 additions and 95 deletions

View file

@ -12,5 +12,6 @@ RUN yarn build
WORKDIR /app/dist
COPY ./docker/wait-for-it.sh .
EXPOSE ${EXPOSE}
EXPOSE 80
CMD ["node", "./index.js"]