This repo uses the nginx buildpack to serve static files with dokku.
First, add the dokku project "static" as a remote repo.
git remote add dokku [email protected]:static
Then, push your changes with git push dokku master
.
This repo uses the nginx buildpack to serve static files with dokku.
First, add the dokku project "static" as a remote repo.
git remote add dokku [email protected]:static
Then, push your changes with git push dokku master
.