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 c2e117a commit 6853dcfCopy full SHA for 6853dcf
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM node:24-slim AS builder
+FROM current-alpine3.22 AS builder
3
4
# Set working directory
5
WORKDIR /app
@@ -49,4 +49,4 @@ ENV SERVER_PORT=6277
49
EXPOSE ${CLIENT_PORT} ${SERVER_PORT}
50
51
# Use ENTRYPOINT with CMD for arguments
52
-ENTRYPOINT ["npm", "start"]
+ENTRYPOINT ["npm", "start"]
0 commit comments