Remove outdated line in README.md
This commit is contained in:
parent
ee699df9e6
commit
90638fd72a
1 changed files with 1 additions and 2 deletions
|
|
@ -39,8 +39,7 @@ First, create an image collection.
|
||||||
### Run as Container
|
### Run as Container
|
||||||
|
|
||||||
The most easy and portable way to use this is to use Docker or Podman.
|
The most easy and portable way to use this is to use Docker or Podman.
|
||||||
In this build, waitress is used for production readyness. Port 5099 is
|
In this build, waitress is used for production readyness.
|
||||||
instead used.
|
|
||||||
|
|
||||||
podman build .
|
podman build .
|
||||||
podman run -it -p 8080:8080 -v ./images:/app/images <container id>
|
podman run -it -p 8080:8080 -v ./images:/app/images <container id>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue