Retain context in command

This commit is contained in:
Eric Bailey
2025-01-22 15:56:21 -06:00
parent 5911aebdf2
commit 52bb9b04f1
+2 -8
View File
@@ -33,15 +33,9 @@ RUN \. "$NVM_DIR/nvm.sh" && \
nvm install $NODE_VERSION && \ nvm install $NODE_VERSION && \
nvm use $NODE_VERSION && \ nvm use $NODE_VERSION && \
npm install --global yarn && \ npm install --global yarn && \
yarn yarn && \
# Debug
RUN \
echo "Using bundle identifier: $EXPO_PUBLIC_BUNDLE_IDENTIFIER" && \ echo "Using bundle identifier: $EXPO_PUBLIC_BUNDLE_IDENTIFIER" && \
echo "Using appview did: $EXPO_PUBLIC_APPVIEW_DID" echo "Using appview did: $EXPO_PUBLIC_APPVIEW_DID" && \
# Build the app
RUN \
yarn intl:build && \ yarn intl:build && \
EXPO_PUBLIC_ENV=production \ EXPO_PUBLIC_ENV=production \
EXPO_PUBLIC_APPVIEW_DID=$EXPO_PUBLIC_APPVIEW_DID \ EXPO_PUBLIC_APPVIEW_DID=$EXPO_PUBLIC_APPVIEW_DID \