From 8efbdf8a0dbdbe569f283b60cf53f5183a4f9b2f Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Wed, 4 Dec 2024 23:39:15 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B1=20docker:=20expose=20devtools=20bu?= =?UTF-8?q?ild=20argument?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 97eb6523..141c67c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]