Skip to content

Commit

Permalink
Merge pull request #351 from n0th1ng-else/mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
n0th1ng-else committed Sep 3, 2023
2 parents 45bc8a8 + 3dc7bc1 commit c5f8167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ COPY ./video-temp $APP_DIR/video-temp
COPY ./init.cjs $APP_DIR
COPY ./tsconfig.json $APP_DIR

RUN find $APP_DIR/src -type f -name '*.spec.ts' -delete
RUN find $APP_DIR/src -type d -name __mocks__ -prune -exec rm -rf {} \;
RUN find $APP_DIR/src -type f -name '*.spec.ts' -prune -exec rm -rf {} \;

RUN npm run build

Expand Down

0 comments on commit c5f8167

Please sign in to comment.