Allow building for arm

This commit is contained in:
weeryan17 2024-01-07 12:18:52 -05:00
parent 8852fca320
commit 8b26bcf554
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:18-alpine as base
FROM node:20-alpine as base
WORKDIR /app
# Build layer

View File

@ -27,5 +27,10 @@
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-prettier": "^5.0.0"
},
"pnpm": {
"overides": {
"rollup": "@rollup/wasm-node"
}
}
}