mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 14:13:26 +00:00
Provider not set or invalid #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JSBmanD on GitHub.
I was using it with docker-compose.yml but after last update it stopped working.
I have this yml file:
But when I start it - I get
Provider not set or invalid.error@paolafrancesca commented on GitHub:
@JSBmanD not sure how it worked before, since there's no
shbinary in the image (it's based on scratch: onlytransfer.shbinary)the proper command should be:
(even having a shell what you passed as
commandyou should have passed asentrypoint)@JSBmanD commented on GitHub:
@aspacca thank you, it worked!
Just for future I'll post ready yml config: