From 1d4c807bbc1e6bc71f441838bf3f616a58e679e7 Mon Sep 17 00:00:00 2001 From: alexander-gesinn Date: Wed, 23 Oct 2024 15:36:41 +0200 Subject: [PATCH] fix (readme): syntax --- README-source.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README-source.adoc b/README-source.adoc index a7bc6b5..0bdee76 100644 --- a/README-source.adoc +++ b/README-source.adoc @@ -39,6 +39,7 @@ CKAN and its dependencies (PostgreSQL, Solr, Redis, Nginx) are fully containeriz === Makefile for Easy Management A Makefile is provided to streamline the management of Docker Compose commands. Some key targets include: + * `make build`: Build the containers. Required after changing Dockerfiles or files added to the containers. * `make up`: Starts the CKAN stack in the background. * `make down`: Stops and removes all containers, networks, and volumes (keeping data).