Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 958 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 958 Bytes

Docker build files

The Docker build files allow for several Tessera image variations to be built, including:

Usage

From project root:

  1. Build Tessera distributions, e.g.:

    ./gradlew clean build -x test
  2. Build image, e.g.:

    docker build -f docker/tessera.Dockerfile -t me/tessera:develop .
  3. Verify image, e.g.:

    docker run me/tessera:develop help

.dockerignore

.dockerignore controls the files passed to the Docker build context.