fabric-samples/asset-transfer-basic/chaincode-typescript
Arnaud J Le Hors a6d4b7f204
Fix sample external chaincode Dockerfile
Podman isn't as lenient as docker when it comes to the syntax of the
Dockerfile and insists on getting the ARG command properly scoped.
This fixes this error:
...
[2/2] STEP 12/15: EXPOSE $CC_SERVER_PORT
Error: error building at STEP "EXPOSE $CC_SERVER_PORT": EXPOSE requires at least one argument

Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
2022-02-15 15:28:49 +01:00
..
docker Adding examples of CCAAS and support into the test-network (#560) 2021-12-17 13:18:22 +00:00
src More Gateway asset-transfer-basic tweaks to support docs (#556) 2021-12-10 08:51:21 +00:00
.gitignore Revert "Remove Typescript References (#258)" (#261) 2020-07-23 17:06:57 +02:00
Dockerfile Fix sample external chaincode Dockerfile 2022-02-15 15:28:49 +01:00
npm-shrinkwrap.json Adding examples of CCAAS and support into the test-network (#560) 2021-12-17 13:18:22 +00:00
package.json Adding examples of CCAAS and support into the test-network (#560) 2021-12-17 13:18:22 +00:00
tsconfig.json Fix type error when using the latest sort-keys-recursive 2021-11-05 11:47:55 -04:00
tslint.json Decorate Typescript Chaincode 2020-07-27 23:51:51 -04:00