summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2026-07-12 15:51:52 +0300
committerGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2026-07-12 15:51:52 +0300
commit02608271bb2a9f3a65ed536984d306ee14b48e34 (patch)
tree3f23ec48a694ec014e845c4f70d9b5f1c065403c /README.md
downloadkalassa-master.tar.gz
kalassa-master.tar.bz2
kalassa-master.zip
initialize repository; add docker config; migrate configuration to new specsHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
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
+
+
+
+