Skip to content

Commit c5e593b

Browse files
authored
docs: typo
Signed-off-by: Florent BENOIT <[email protected]>
1 parent cdb6c1a commit c5e593b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Containerfile.builder

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.5-1741873206
1919
# change home directory to be at /opt/app-root
2020
ENV HOME=/opt/app-root
2121

22-
# copy the application files to the /opt/app-root/extension directory
22+
# copy the application files to the /opt/app-root/extension-source directory
2323
WORKDIR /opt/app-root/extension-source
2424
RUN mkdir -p /opt/app-root/extension-source
2525
COPY package.json /opt/app-root/extension-source/

0 commit comments

Comments
 (0)