Skip to content

Commit

Permalink
test(examples): fixed providers configs enabling manifest support
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Dec 19, 2023
1 parent df53e22 commit 9f0fa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/Provider.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ RUN apt-get update -q \
&& rm -Rf ${YA_DIR_INSTALLER}
COPY ./configureProvider.py /configureProvider.py

CMD ["bash", "-c", "python3 /configureProvider.py && ya-provider rule set outbound everyone --mode whitelist && golemsp run --payment-network testnet " ]
CMD ["bash", "-c", "python3 /configureProvider.py && ya-provider rule set outbound everyone --mode whitelist && ya-provider whitelist add -p ipfs.io && golemsp run --payment-network testnet " ]

0 comments on commit 9f0fa6f

Please sign in to comment.