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

removing node_module from build

This commit is contained in:
Fedor Katurov 2021-05-28 15:24:37 +07:00
parent 4492ecfb72
commit 7efebada3a

View file

@ -9,6 +9,7 @@ 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 .