Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 319 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 319 Bytes

metadata

This is the metadata service for CAVA.

Note: Ensure you are at repo root.

  1. Build docker image

    docker build -t cava-metadata:test -f ./resources/docker/Dockerfile .
  2. Run the metadata service after build

    docker run --rm -it -p 80:80 cava-metadata:test