Skip to content

Commit

Permalink
Use ENV key=value in Dockerfile (#6100)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Nov 9, 2024
1 parent bf0a847 commit e73d5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .

Expand Down

0 comments on commit e73d5c6

Please sign in to comment.