Skip to content

Commit

Permalink
Creating BUILD_ID manually
Browse files Browse the repository at this point in the history
  • Loading branch information
grebois committed May 18, 2024
1 parent bf16aeb commit f0c820c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web/leaderboard/Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ ENV PATH /app/node_modules.bin:$PATH

COPY . ./

RUN npm install next@latest -g

RUN npm run build

RUN yarn

ARG FLU_SENTRY_DSN
Expand All @@ -37,4 +33,6 @@ WORKDIR /usr/local/src/fluidity/web/leaderboard

EXPOSE 3000

RUN mkdir .next && touch .next/BUILD_ID && echo "999" > .next/BUILD_ID

CMD ["yarn", "start"]

0 comments on commit f0c820c

Please sign in to comment.