You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-source.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ A Makefile is provided to streamline the management of Docker Compose commands.
59
59
* `make down`: Stops and removes all containers, networks, and volumes (keeping data).
60
60
* `make show-logs`: Shows logs from all services in real-time.
61
61
* `make destroy`: Completely tears down the environment, removing all associated volumes (including persistent data).
62
+
* `make bash`: Bash into the running CKAN container.
62
63
63
64
=== Patches and Customizations
64
65
The `ckan/` context includes support for applying patches to CKAN core and installed extensions. These patches are applied automatically during the build process, allowing for easy customization and updates.
0 commit comments