chore: removes mocks from production build.

This commit is contained in:
towfiqi 2024-01-13 12:04:15 +06:00
parent e166b588aa
commit 897aa0b7d7

View File

@ -12,6 +12,7 @@ WORKDIR /app
COPY --from=deps /app ./
RUN rm -rf /app/data
RUN rm -rf /app/__tests__
RUN rm -rf /app/__mocks__
RUN npm run build