clear cache when youre done with the thing

This commit is contained in:
Shihaam Abdul Rahman 2023-04-09 20:49:56 +05:00
parent 39d1a44bbd
commit a3e389c390
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -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