mirror of
https://github.com/towfiqi/serpbear
synced 2025-06-26 18:15:54 +00:00
chore: removes mocks from production build.
This commit is contained in:
parent
e166b588aa
commit
897aa0b7d7
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user