OTARIS / MF-REST-API

The MetaHL Fabric REST API is an interface to any Hyperledger® Fabric network.
https://otaris.de/metahl-fabric/
Apache License 2.0
6 stars 2 forks source link

start.sh is throwing an error #38

Open HCTatse opened 3 years ago

HCTatse commented 3 years ago

The docker build fails, since its expects a directory ./build to copy => ERROR [5/6] COPY ./build /app/build/

Therefore it should be stated in the documentation, that projects needs to build before or the build should be integrated in the start script.