Open
Description
@rainersigwald I know this was before the PR, but I'm not understanding this comment clearly: Is /app
being prefixed or suffixed to the file path?
I ask because if it's a prefix, and it needs to be removed, we could try using the stream-based TarFile.CreateFromDirectory
with includeBaseDirectory=false
, see if that works.
If that's not what the comment meant, then nothing to do here.
Originally posted by @carlossanlop in #153 (comment)