ai/at
ai/at
1
0
This commit is contained in:
syui 2025-03-12 23:57:10 +09:00
parent 2de22c720a
commit 391645a6dd
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 2 additions and 1 deletions

View File

@ -136,6 +136,7 @@ function at-repos-social-app-patch() {
p_=$d/patching/social-app-dockerfile.diff
d_=$d/repos/social-app
cd ${d_}
curl -sLO https://raw.githubusercontent.com/bluesky-social/social-app/refs/heads/main/Dockerfile
echo "applying patch: under ${f} for ${p_}"
pushd ${d_}
patch -p1 < ${p_}

View File

@ -1,6 +1,6 @@
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,7 +37,8 @@ RUN \. "$NVM_DIR/nvm.sh" && \
@@ -37,6 +37,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \
echo "EXPO_PUBLIC_BUNDLE_IDENTIFIER=$EXPO_PUBLIC_BUNDLE_IDENTIFIER" >> .env && \
echo "EXPO_PUBLIC_BUNDLE_DATE=$(date -u +"%y%m%d%H")" >> .env && \
npm install --global yarn && \