Skip to content

sardaukar/dokku-static-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Dokku static site

This is a reusable Docker image that allows to deploy static sites to Dokku with Dockerfile (and without using buildbacks).

HOW TO

  1. Put your static site into html/ folder in the root of your project.

  2. Create Dockerfile in the root of your static site with the following contents:

FROM giorgos/dokku-static-site
  1. Push the project to Dokku as usual:
DOKKU_HOST=dokku.me dokku-client.sh apps:create mysite
git push dokku master

The site is now available at http://mysite.dokku.me

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%