Update README.md

This commit is contained in:
Dmitriy Shishkov 2021-07-18 01:52:28 +05:00 committed by GitHub
parent 3b88688c93
commit d39511f736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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