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

restored yarn build cache

This commit is contained in:
Fedor Katurov 2021-05-24 10:32:39 +07:00
parent 5acdc2fd6d
commit ffccf3e2c0

View file

@ -5,9 +5,9 @@ RUN rm -rf /app/*
COPY ./package.json . COPY ./package.json .
COPY ./yarn.lock . COPY ./yarn.lock .
RUN yarn
COPY . . COPY . .
RUN yarn
RUN yarn build RUN yarn build
WORKDIR /app/dist WORKDIR /app/dist