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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ WORKDIR /root
COPY . .
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