We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cd804a + bed98d8 commit 749e5a3Copy full SHA for 749e5a3
Dockerfile
@@ -1,5 +1,5 @@
1
# Builder Stage
2
-FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:f6e11144de06e844fa8903ad826a24e1052a4627a7d650f5dd65d13a84f70bc8 as builder
+FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:240bcea5710ef9ff49afae06f533698f9680b5567529ebc2d4d2367a421cf90b as builder
3
USER root
4
5
COPY package.json package-lock.json ./
@@ -13,7 +13,7 @@ COPY . .
13
RUN npm run build
14
15
# Production Stage
16
-FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:f6e11144de06e844fa8903ad826a24e1052a4627a7d650f5dd65d13a84f70bc8 as production
+FROM registry.access.redhat.com/ubi9/nodejs-20@sha256:240bcea5710ef9ff49afae06f533698f9680b5567529ebc2d4d2367a421cf90b as production
17
USER 1001
18
EXPOSE 3000
19
0 commit comments