Skip to content

Update serve to account for live-reload #1

@drse

Description

@drse
#!/bin/bash

PORT=4005
LRPORT=35729

docker run -it --init --rm -v `pwd`:/docs:z -p $PORT:$PORT -p $LRPORT:$LRPORT drse/bookflow --port $PORT --lrport $LRPORT serve . ./build/_book

Note: live-reload plugin currently does not support a custom port, 35729 by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions