You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However when running inside a Dockerfile build, there is no Terminal and the code path I highlighted above triggers so I need to construct the piped command. I think the std in detection could be revised.
Thank you for quick reply. I could understand about the situation. In the current stage, I have no environment for testing it with "Dockerfile build". So in this case, I would like to display your comment at https://github.com/tanaikech/goodls#qa.
Had trouble using this in a Dockerfile build and finally figured out that the check here:
goodls/goodls.go
Line 340 in 3c78fe8
... meant I had to
echo
the URL and pipe which is a bit unexpected as below.The text was updated successfully, but these errors were encountered: