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:
parent
5acdc2fd6d
commit
ffccf3e2c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue