Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 647 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 647 Bytes

Middleman GOVUK Tech Docs

Image built on Ruby 2.5.7 with the latest release of Tech Docs gem.

Built with reference from Hashicorp Middleman.

Usage

version: '3'
services:
  dev:
    image: convivio/middleman-govuk-tech-docs
    ports:
      - "4567:4567"
      - "35729:35729"
    volumes:
      - ./:/src
    command: ["bundle", "exec", "middleman", "server", "--bind-address", "0.0.0.0"]
  build:
    image: convivio/middleman-govuk-tech-docs
    volumes: 
      - ./:/src
    command: ["bundle", "exec", "middleman", "build"]