datagov-cz / sgov-assembly-line

Issue tracker k výrobní lince sémantických konceptuálních modelů.
MIT License
3 stars 0 forks source link

Fix reference of downloaded graphdb file in README.md #77

Closed blcham closed 2 years ago

blcham commented 2 years ago

Fixes docker-compose up failing during build of al-db-server. The error was "graphdb-free-9.6.0-dist.zip not found".

Relevant part in docker-compose.yml is:

  al-db-server:
    build:
      context: al-db-server
      args:
        GRAPHDB_ZIP: graphdb-free-9.10.1-dist.zip
    image: al-graphdb