Skip to content

[BUG] Wrong Dockerfile path for signer in docker-compose.yml #5

Description

@leaneagmbh

Version

latest

Bug Description

While trying to run the TSA service following the setup instructions in the GitHub README, the Docker build fails due to an incorrect Dockerfile path in the docker-compose.yml file.

Specifically, the signer service is configured as follows:

signer:
container_name: signer
build:
context: ../signer
dockerfile: deployment/compose/Dockerfile
However, in the actual project structure, there is no compose/ directory under signer/deployment/. Only docker/ and helm/ directories exist.
This causes Docker to throw a "Dockerfile not found" error during the build process.

Steps to Reproduce

Follow the TSA deployment steps in the README

Run docker-compose up

Observe the build failure due to missing Dockerfile path

Expected Behavior

No response

Logs / Screenshots

Operating System

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions