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:
parent
459d1655da
commit
81586f1cd6
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue