Skip to content

Commit

Permalink
🧱 docker: expose devtools build argument
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo authored and dieguezguille committed Dec 13, 2024
1 parent c8a858d commit 8efbdf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM node:22.12.0-slim AS base

ARG APP_DOMAIN="sandbox.exactly.app"
ARG CHAIN_ID="11155420"
ARG EXPO_PUBLIC_DEVTOOLS="false"

FROM base AS build
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit 8efbdf8

Please sign in to comment.