Skip to content

Commit

Permalink
ci: override volume to avoid permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Nov 29, 2024
1 parent 511fc1b commit fc77c4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ services:
- GEOSERVER_ADMIN_PASSWORD=${GEOSERVER_ADMIN_PASSWORD}
ports:
- ${LOCAL_PORT_IBF_SERVICE}:3000
volumes: !override
- ibf-api-service-node-modules:/home/ibf/api-service/node_modules
depends_on:
- ibf-local-db
networks:
Expand Down

0 comments on commit fc77c4d

Please sign in to comment.