mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 07:23:27 +00:00
Allow building for arm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine as base
|
||||
FROM node:20-alpine as base
|
||||
WORKDIR /app
|
||||
|
||||
# Build layer
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user