Skip to content

Commit

Permalink
build: Properly add DAPP Address as an argument to the frontend Docke…
Browse files Browse the repository at this point in the history
…rfile
  • Loading branch information
felipefg committed Jan 31, 2024
1 parent 5587f36 commit ccdd465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ COPY --from=deps /app/node_modules ./node_modules
COPY . .

ARG NEXT_PUBLIC_CARTESI_NODE_URL
ARG NEXT_PUBLIC_DAPP_ADDR
ENV NEXT_TELEMETRY_DISABLED 1

RUN npm run build
Expand Down

0 comments on commit ccdd465

Please sign in to comment.