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 use $NODE_VERSION && \
npm install --global yarn && \
yarn
# Debug
RUN \
yarn && \
echo "Using bundle identifier: $EXPO_PUBLIC_BUNDLE_IDENTIFIER" && \
echo "Using appview did: $EXPO_PUBLIC_APPVIEW_DID"
# Build the app
RUN \
echo "Using appview did: $EXPO_PUBLIC_APPVIEW_DID" && \
yarn intl:build && \
EXPO_PUBLIC_ENV=production \
EXPO_PUBLIC_APPVIEW_DID=$EXPO_PUBLIC_APPVIEW_DID \