We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb6c1a commit c5e593bCopy full SHA for c5e593b
build/Containerfile.builder
@@ -19,7 +19,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.5-1741873206
19
# change home directory to be at /opt/app-root
20
ENV HOME=/opt/app-root
21
22
-# copy the application files to the /opt/app-root/extension directory
+# copy the application files to the /opt/app-root/extension-source directory
23
WORKDIR /opt/app-root/extension-source
24
RUN mkdir -p /opt/app-root/extension-source
25
COPY package.json /opt/app-root/extension-source/
0 commit comments