🪓 Arch change

This commit is contained in:
2025-02-24 17:52:03 -05:00
parent d0b4219aef
commit a702f724f7

View File

@@ -51,7 +51,7 @@ RUN npm install
# Clear npm cache and install sharp with build-from-source # Clear npm cache and install sharp with build-from-source
RUN npm cache clean --force RUN npm cache clean --force
RUN npm install sharp --build-from-source RUN npm install --platform=linux --arch=arm64 sharp --build-from-source
# Install global dependencies # Install global dependencies
RUN npm install -g typescript ts-node RUN npm install -g typescript ts-node