Skip to content

Commit

Permalink
Merge pull request #2650 from fluidity-money/fix/leadearboard
Browse files Browse the repository at this point in the history
Testing leadeabord fix
  • Loading branch information
grebois authored May 18, 2024
2 parents eb19a62 + 304eedf commit 8da5833
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions web/leaderboard/Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ ENV PATH /app/node_modules.bin:$PATH

COPY . ./

RUN yarn
RUN npm install next@latest -g

# https://github.com/vercel/next.js/discussions/57066
RUN npm run build
RUN npm cache clean --force
RUN npm install next@latest
RUN yarn

ARG FLU_SENTRY_DSN

Expand Down

0 comments on commit 8da5833

Please sign in to comment.