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
Hey there - great action tool, thank you - I'm using this to copy an entire folder to a docker container without worrying about the details of ignore files for... reasons. I tried archiving to yolo.tar.gz and then am attempting to COPY yolo.tar.gz /app but docker is reporting that the file /yolo.tar.gz is not found. Ideas?
The text was updated successfully, but these errors were encountered:
Hey there - great action tool, thank you - I'm using this to copy an entire folder to a docker container without worrying about the details of ignore files for... reasons. I tried archiving to
yolo.tar.gz
and then am attempting toCOPY yolo.tar.gz /app
but docker is reporting that the file/yolo.tar.gz
is not found. Ideas?The text was updated successfully, but these errors were encountered: