From 02608271bb2a9f3a65ed536984d306ee14b48e34 Mon Sep 17 00:00:00 2001 From: Geo Halkiadakis Date: Sun, 12 Jul 2026 15:51:52 +0300 Subject: initialize repository; add docker config; migrate configuration to new specs --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..8df8975 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +## Build + + docker build -t kallassa . + +Force build without using cache: + + docker build --no-cache -t kallassa . + + + + +## Run + + docker-compose up + +Force rebuild; then run: + + docker-compose up --build + + + + +## Remove builded containers + + docker-compose down + + + + -- cgit v1.2.3