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

restored node_modules at build

This commit is contained in:
Fedor Katurov 2021-05-28 15:28:32 +07:00
parent 7efebada3a
commit 0839684fff

View file

@ -9,7 +9,6 @@ RUN yarn
COPY . . COPY . .
RUN yarn build RUN yarn build
RUN rm -rf ./node_modules
WORKDIR /app/dist WORKDIR /app/dist
COPY ./docker/wait-for-it.sh . COPY ./docker/wait-for-it.sh .