Skip to content

Commit

Permalink
update volume
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshSajan committed Dec 27, 2023
1 parent aa746ac commit 2a72358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
pwd
ls -R -I node_modules
# docker exec $CONTAINER_ID ls -aR // this command will work only on running container
docker cp "$CONTAINER_ID:/app" ./app
docker cp "$CONTAINER_ID:/usr/app" ./testReport
ls -R -I node_modules
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
depends_on:
- mongodb
volumes:
# - .:/usr/src/node-app
- ./testResults:/app
- .:/usr/app
# - ./testResults:/app

networks:
- node-network
Expand Down

0 comments on commit 2a72358

Please sign in to comment.