Skip to content

Commit

Permalink
Fix expose sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x committed Sep 2, 2023
1 parent e042873 commit 4d7195b
Show file tree
Hide file tree
Showing 5 changed files with 416 additions and 15 deletions.
1 change: 1 addition & 0 deletions deploy-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app

# Install dependencies based on the preferred package manager
COPY patches ./patches
COPY package.json package-lock.json* ./
RUN npm install -D @next/swc-linux-x64-gnu
RUN npm ci
Expand Down
Loading

0 comments on commit 4d7195b

Please sign in to comment.