Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

ahmadnassri/docker-mermaid-cli

Repository files navigation

Mermaid CLI Container

a slim container with ready-to-run Mermaid CLI using both Node & Puppeteer

license release size docker github

WARNING
UNMAINTAINED PROJECT

Usage

create a docker-compose.yml with the following:

version: '3'

services:
  puppeteer:
    image: ahmadnassri/mermaid-cli
    volumes:
      - ${PWD}:/app

Volumes

Map the the directory where will copy your application files to /app


Author: Ahmad Nassri • Twitter: @AhmadNassri