Skip to content

Commit

Permalink
update yarn lock and make prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ekdeveloper committed Sep 16, 2024
1 parent d3e2bbb commit a137d11
Show file tree
Hide file tree
Showing 2 changed files with 10,187 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/verdaccio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ services:
verdaccio:
image: verdaccio/verdaccio
ports:
- '4873:4873'
- '4873:4873'
volumes:
- './config:/verdaccio/conf'
- './config:/verdaccio/conf'
networks:
- node-network
- node-network
networks:
node-network:
driver: bridge
Loading

0 comments on commit a137d11

Please sign in to comment.