Skip to content

Commit

Permalink
Sets up extensions in the docker file and docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
natemago committed Mar 10, 2024
1 parent 80d15de commit 144200e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"

services:
ckan:
profiles: ["full"]
build:
context: docker/ckan/
dockerfile: Dockerfile
Expand Down
1 change: 0 additions & 1 deletion docker/ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@ COPY ckan.ini ${APP_DIR}


CMD ["/srv/app/start_ckan_development.sh"]
#CMD ["sleep", "10000"]

0 comments on commit 144200e

Please sign in to comment.