README: add basic docker instructions

This commit is contained in:
Christoph Reiter 2023-01-06 07:04:48 +01:00
parent f861a05d85
commit 17e73dc7bf

View File

@ -18,3 +18,5 @@ Run for Development::
Run for Production::
# See the Dockerfile
docker build .
docker run --rm -it -p 8080:80 <image-id>