Skip to content

Commit 7714135

Browse files
change node location in docker image
1 parent 9371070 commit 7714135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.Node20

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100
1616

1717
# Copy local Node.js source into the image
1818
WORKDIR /usr/src/node
19-
COPY node/ .
19+
COPY . .
2020

2121
RUN ./configure --experimental-enable-pointer-compression
2222
RUN make -j4 install DESTDIR=./node-install

0 commit comments

Comments
 (0)