Fixed dokku deployment instruction

This commit is contained in:
2021-07-02 05:33:54 +05:00
parent cceee36838
commit c3e79b8b85

View File

@@ -23,5 +23,6 @@ docker run -p <port>:80 publite_backend
Dokku deployment with image from Docker Hub
```bash
dokku git:from-image publite_backend dm1sh/publite_backend:latest
dokku apps:create publitebackend
dokku git:from-image publitebackend dm1sh/publite_backend:latest
```