fixing docker-compose build for ckan 2.10
This commit is contained in:
parent
07af9e29a0
commit
24b95e7cad
|
@ -9,7 +9,7 @@ volumes:
|
|||
services:
|
||||
ckan:
|
||||
container_name: ckan
|
||||
build: /home/filip/Desktop/Projects/localdev/docker-ckan/images/ckan/2.10/
|
||||
build: ../../images/ckan/2.10/
|
||||
networks:
|
||||
- frontend
|
||||
- backend
|
||||
|
|
Loading…
Reference in New Issue