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

#5 added wait-for-it.sh

This commit is contained in:
Fedor Katurov 2021-05-12 10:52:36 +07:00
parent 459d1655da
commit 81586f1cd6
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,8 @@ RUN rm -rf /app/*
COPY ./package.json .
COPY ./yarn.lock .
COPY ./docker/wait-for-it.sh .
RUN yarn
COPY . .
RUN yarn build