fixing docker-compose build for ckan 2.10

This commit is contained in:
Kiril Poposki 2023-02-22 11:28:33 +01:00
parent 07af9e29a0
commit 24b95e7cad
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ volumes:
services: services:
ckan: ckan:
container_name: ckan container_name: ckan
build: /home/filip/Desktop/Projects/localdev/docker-ckan/images/ckan/2.10/ build: ../../images/ckan/2.10/
networks: networks:
- frontend - frontend
- backend - backend