We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9061ba2 commit b57fb98Copy full SHA for b57fb98
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20-alpine AS base
+FROM node:18.19-alpine AS base
2
3
# Install tini & build dependencies
4
RUN apk add --no-cache tini && \
package.json
@@ -2,10 +2,7 @@
"name": "web3-api",
"version": "0.1.0",
"license": "Apache-2.0",
5
- "engines": {
6
- "node": "20.x"
7
- },
8
- "description": "thirdweb's web3-api server",
+ "description": "thirdweb Engine",
9
"main": "src/server/index.ts",
10
"author": "thirdweb engineering <eng@thirdweb.com>",
11
"type": "module",
0 commit comments