Closed MajdT51 closed 2 years ago
Hey @MajdT51,
you need to have the build context from the root folder - the Dockerfile requires access to the src files.
docker build -t indy-resolver:v1 -f docker/Dockerfile .
should work
If you just want to use a custom networks folder, I think it is easier to just use the pre-built image from https://github.com/IDunion/indy-did-resolver/pkgs/container/indy-did-resolver%2Findy-did-driver and mount a network folder into it + configure the entrypoint with the flag -s <path/to/folder>
Thank you
Hi, I'm trying to build the docker file on macOS
Steps:
./docker
docker build -t indy-resolver:v1 .