Skip to content

Commit

Permalink
change docker compose to build oxo instead of referencing a non-exist…
Browse files Browse the repository at this point in the history
…ing image
  • Loading branch information
jamesamcl committed Apr 28, 2020
1 parent adb62f6 commit 71b6e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
volumes:
- ./neo4jimport:/var/lib/neo4j/import
oxo:
image: oxo:latest
build: .
depends_on:
- neo4j
- solr
Expand All @@ -40,4 +40,4 @@ services:
- -jar
- /home/oxo.war
ports:
- 8080:8080
- 8080:8080

0 comments on commit 71b6e38

Please sign in to comment.