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 453a5d8 commit 7738907Copy full SHA for 7738907
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM 24.5.0-alpine AS build
+FROM node:24.5.0-alpine AS build
2
WORKDIR /app
3
COPY . .
4
RUN yarn install
0 commit comments