sylhare/type-on-strap

By sylhare

Updated over 2 years ago

Image
1

10K+

sylhare/type-on-strap repository overview

Type on strap docker image

Github badge Build Status Gem Version

Creating the dockerfile

Add this into your docker file to make it work with type on strap:

FROM sylhare/type-on-strap:latest

WORKDIR /app
COPY . /app

CMD ["bundle", "exec", "jekyll", "serve","--host", "0.0.0.0"]
Running the docker

Then build and run it using:

docker build . -t my-blog
docker run -p 4000:4000 -t my-blog

Tag summary

Content type

Image

Digest

sha256:f7cbea3fa

Size

191.7 MB

Last updated

over 2 years ago

Requires Docker Desktop 4.37.1 or later.