Update README.md

This commit is contained in:
2021-07-18 01:52:28 +05:00
committed by GitHub
parent 3b88688c93
commit d39511f736

View File

@@ -30,7 +30,7 @@ Simple docker deployment
docker build . -t publite_frontend
# run it with docker
docker run -p <port>:5000 publite_frontend
docker run -p <port>:80 publite_frontend
```
Dokku deployment with image from Docker Hub