doc: add docker instructions to README

This commit is contained in:
Roland Bewick 2024-02-20 22:52:55 +07:00
parent ae7d408c4d
commit d8b25fb2ab

View file

@ -259,4 +259,6 @@ Run NWC on your own node!
### Docker
(TBC)
`docker build . -t nwc-local --progress=plain`
`docker run --env-file .env -p 8080:8080 nwc-local`