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 91f9a80 commit 9019146Copy full SHA for 9019146
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.gitlab.com/openbeta/openbeta-nodejs-docker:18
+FROM node:22-alpine
2
3
ENV APP_DIR=/apps/openbeta-graphql
4
@@ -13,4 +13,4 @@ COPY . *.env ./
13
RUN yarn install --no-progress && \
14
yarn build-release
15
16
-CMD node --experimental-json-modules build/main.js
+CMD ["node", "build/main.js"]
package.json
@@ -104,4 +104,4 @@
104
"engines": {
105
"node": ">=22.14.0 <= 24"
106
}
107
-}
+}
0 commit comments