Compare commits

..

No commits in common. "375f618e0d050b6d9f3f3ae6421f6320436aa1b9" and "93794f72c4203289d6d4cdc70382197aa2ea6572" have entirely different histories.

2 changed files with 2 additions and 14 deletions

View File

@ -1,12 +0,0 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
[*.{json,yml}]
indent_style = space
indent_size = 2

View File

@ -72,7 +72,7 @@ curl -s \
### Image bauen
```
docker build --tag ki_backed .
docker build --tag ki .
```
@ -95,7 +95,7 @@ docker run \
-v ${PWD}/data/ki_docker.sqlite:/app/data/ki_docker.sqlite \
-e SQLALCHEMY_DATABASE_URI='sqlite:///data/ki_docker.sqlite' \
-p 5000:5000 \
ki_backend
ki
```
Skills und Sprachen importieren