Skip to content

Commit

Permalink
fix: improve filter logic to handle exams correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert27 committed Dec 19, 2024
1 parent 68656f0 commit c0f1632
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 506 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM oven/bun:1 AS bun
WORKDIR /usr/src/app

# Copy necessary files and install dependencies
COPY package.json bun.lock ./
COPY package.json bun.lockb ./
COPY patches patches
RUN bun install --ignore-scripts --freeze-lockfile

Expand Down
Loading

0 comments on commit c0f1632

Please sign in to comment.