janwinkler1 commited on
Commit
744a358
1 Parent(s): 6612e1a

specification for build command

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ essentially, you just have to build the container with the services you want. if
19
  docker compose up -d --build
20
  ```
21
 
22
- only use the `--build` flag the first time around. **NOTE:** the `-d` flag stands for `detach` which means that your docker container runs in the background and does not log everything into your console.
23
 
24
  2. then, to check whether everything worked hit:
25
 
 
19
  docker compose up -d --build
20
  ```
21
 
22
+ only use the `--build` flag the first time around, or if you want to rebuild the container (e.g. when having added a package you need in the container). **NOTE:** the `-d` flag stands for `detach` which means that your docker container runs in the background and does not log everything into your console.
23
 
24
  2. then, to check whether everything worked hit:
25