Remove outdated line in README.md

This commit is contained in:
Anders Englöf Ytterström 2024-09-09 10:50:51 +02:00 committed by GitHub
parent ee699df9e6
commit 90638fd72a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,8 +39,7 @@ First, create an image collection.
### Run as Container
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
instead used.
In this build, waitress is used for production readyness.
podman build .
podman run -it -p 8080:8080 -v ./images:/app/images <container id>