forked from kompetenzinventar/ki-backend
update readme
This commit is contained in:
parent
93794f72c4
commit
c39677ebda
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user