Add Dockerfile for CI deployments. Modify tsconfig to exclude the test/ dir in builds (not needed and was throwing errors as the docker instance cannot find the local ref of mock-chronik-client)
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC7d99a4ee502f: [token-server] Add Dockerfile for CI deployments
docker build -t token-server_local . docker run --init --rm --name token-server token-server_local
and app starts
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable