Skip to content

Commit c7741d1

Browse files
working on Dockerfile for fibers
1 parent 9be07f0 commit c7741d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-node-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Extract resources
5555
run: |
5656
docker create --name temp_node_packages_extract node20_packages_build
57-
docker cp temp_node_packages_extract:/usr/src/node/node-modules $GITHUB_WORKSPACE/node-modules
57+
docker cp temp_node_packages_extract:/usr/src/node/node_modules $GITHUB_WORKSPACE/node_modules
5858
docker rm temp_node_packages_extract
5959
6060
- name: Tar node-packages

Dockerfile.Packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN npm i --nodedir="/usr/src/node/node-install/usr/local" cld@2.9.1
2929
RUN npm i --nodedir="/usr/src/node/node-install/usr/local" unix-dgram@2.0.6
3030

3131
RUN ls
32-
RUN ls node-modules
32+
RUN ls node_modules
3333

3434
CMD ["bash"]
3535

0 commit comments

Comments
 (0)