fuck around and find out part 2

sorry sar
This commit is contained in:
fISHIE
2023-04-21 02:28:57 +05:00
committed by GitHub
parent c194019c87
commit 2a5625fdba

View File

@ -4,6 +4,7 @@ WORKDIR /root
COPY . . COPY . .
RUN npm install \ RUN npm install \
&& rm -rf /usr/local/share/.cache && rm -rf /usr/local/share/.cache \
&& npm run build
CMD npm run start CMD npm run preview