Go to file
2019-09-20 15:47:00 +02:00
html now serving content from /srv/html/ 2016-01-01 01:35:00 +01:00
nginx now serving content from /srv/html/ 2016-01-01 01:35:00 +01:00
.gitignore initial 2016-01-01 01:07:44 +01:00
.gitlab-ci.yml fix(core): update 2019-09-20 15:43:06 +02:00
dockerdev.sh initial 2016-01-01 01:07:44 +01:00
Dockerfile now serving content from /srv/html/ 2016-01-01 01:35:00 +01:00
package-lock.json 1.0.3 2019-09-20 15:47:00 +02:00
package.json 1.0.3 2019-09-20 15:47:00 +02:00
README.md improve README 2016-03-07 02:16:57 +00:00

ht-docker-static

Status

Usage

This image is available on Dockerhub. Specify it as base image like this:

FROM hosttoday/ht-docker-static

By default this image serves /srv/html. You can mount a volume to that path to serve any content. Or you can cpoy content there with a new image that has ht-docker-static as base image.