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
- Branch
- token-server-deploy
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 27755 Build 55071: Build Diff token-server-tests Build 55070: arc lint + arc unit