This commit is contained in:
Eric Bailey
2025-01-22 15:07:57 -06:00
parent 100d879713
commit eaddf13f05
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ RUN yarn
COPY . /app
ENV APPVIEW_DID=${APPVIEW_DID}
ENV EXPO_PUBLIC_APPVIEW_DID=${APPVIEW_DID}
CMD ["yarn", "web"]
+1 -1
View File
@@ -41,7 +41,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \
npm install --global yarn && \
yarn && \
yarn intl:build && \
APPVIEW_DID=$APPVIEW_DID EXPO_PUBLIC_BUNDLE_IDENTIFIER=$EXPO_PUBLIC_BUNDLE_IDENTIFIER EXPO_PUBLIC_BUNDLE_DATE=$() yarn build-web
EXPO_PUBLIC_APPVIEW_DID=$APPVIEW_DID EXPO_PUBLIC_BUNDLE_IDENTIFIER=$EXPO_PUBLIC_BUNDLE_IDENTIFIER EXPO_PUBLIC_BUNDLE_DATE=$() yarn build-web
# DEBUG
RUN find ./bskyweb/static && find ./web-build/static