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"]
Then build and run it using:
docker build . -t my-blog
docker run -p 4000:4000 -t my-blog
Content type
Image
Digest
sha256:f7cbea3fa…
Size
191.7 MB
Last updated
over 2 years ago
Requires Docker Desktop 4.37.1 or later.