about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2024-11-09 13:24:48 -0800
committerGitHub <noreply@github.com>2024-11-09 13:24:48 -0800
commite73d5c6c207a5da842cdb02a703ef3f130112fa2 (patch)
tree53425b810e6fd5cbe327332c41eb8362f1fb50f7 /Dockerfile
parentbf0a847ffe25a136caed8824d7f725ebef8490cf (diff)
downloadvoidsky-e73d5c6c207a5da842cdb02a703ef3f130112fa2.tar.zst
Use ENV key=value in Dockerfile (#6100)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0fa0065a1..50bdd18cb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@ ENV GOEXPERIMENT="loopvar"
 
 # Expo
 ARG EXPO_PUBLIC_BUNDLE_IDENTIFIER
-ENV EXPO_PUBLIC_BUNDLE_IDENTIFIER ${EXPO_PUBLIC_BUNDLE_IDENTIFIER:-dev}
+ENV EXPO_PUBLIC_BUNDLE_IDENTIFIER=${EXPO_PUBLIC_BUNDLE_IDENTIFIER:-dev}
 
 COPY . .