Skip to content

Latest commit

History

History
27 lines (17 loc) 路 547 Bytes

docker.md

File metadata and controls

27 lines (17 loc) 路 547 Bytes

Running in Docker (Development mode)

You can find a Docker example under the example directory.

Check the included example/Dockerfile and example/docker-compose.yml for more information.

Here's how to start the example project via Docker:

  1. Go into the example directory;

    cd example
  2. Build containers via docker-compose:

    docker-compose build
  3. Start containers:

    docker-compose up
  4. Open http://localhost:8000 in a browser. You should see the main page.