Compare commits

...

2 Commits

Author SHA1 Message Date
375f618e0d
add editorconfig 2021-06-14 22:39:33 +02:00
c39677ebda
update readme 2021-06-14 22:10:24 +02:00
2 changed files with 14 additions and 2 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
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 .
docker build --tag ki_backed .
```
@ -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
ki_backend
```
Skills und Sprachen importieren