Skip to content

Commit

Permalink
Remove local checkout from docker-compose.yml #350
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Oct 20, 2021
1 parent 677453a commit fe248d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ services:
expose:
- 8000
volumes:
- .:/opt/scancodeio/
- /etc/scancodeio/:/etc/scancodeio/
- workspace:/var/scancodeio/workspace/
- static:/var/scancodeio/static/
Expand All @@ -35,7 +34,6 @@ services:
env_file:
- docker.env
volumes:
- .:/opt/scancodeio/
- /etc/scancodeio/:/etc/scancodeio/
- workspace:/var/scancodeio/workspace/
depends_on:
Expand Down

0 comments on commit fe248d3

Please sign in to comment.