update web3proxy dockerfile

This commit is contained in:
2025-10-31 13:04:11 +07:00
parent f550c7ae37
commit f71594b4b5

View File

@@ -15,7 +15,8 @@ RUN npm install
COPY src/Managing.Web3Proxy/ .
RUN npm run build
# Build targeting musl (Alpine) binary compatibility
RUN npm run build -- --target x86_64-unknown-linux-musl
EXPOSE 4111