summaryrefslogtreecommitdiff
path: root/README.md
blob: 8df8975a506e047b5064006e5788f8b8242f6deb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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