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 a1dfbcf commit 42a67adCopy full SHA for 42a67ad
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM oven/bun:1.2.9
+FROM node:22.14.0-alpine3.21
2
3
LABEL org.opencontainers.image.source="https://github.com/settlemint/docs"
4
@@ -13,4 +13,4 @@ ENV PORT=3000
13
ENV HOSTNAME="0.0.0.0"
14
ENV NODE_ENV=production
15
16
-CMD ["bun", "server.js"]
+CMD ["node", "server.js"]
0 commit comments