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:
parent
4492ecfb72
commit
7efebada3a
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ RUN yarn
|
|||
COPY . .
|
||||
RUN yarn build
|
||||
|
||||
RUN rm -rf ./node_modules
|
||||
WORKDIR /app/dist
|
||||
COPY ./docker/wait-for-it.sh .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue