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
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