mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-07-23 23:37:39 +00:00
clear cache when youre done with the thing
This commit is contained in:
@ -9,7 +9,7 @@ WORKDIR /root
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN yarn install \
|
RUN yarn install \
|
||||||
&& rm -rf /usr/local/share/.cache \
|
&& yarn build \
|
||||||
&& yarn build
|
&& rm -rf /usr/local/share/.cache
|
||||||
|
|
||||||
CMD yarn start
|
CMD yarn start
|
||||||
|
Reference in New Issue
Block a user