Content-Length: 212020 | pFad | http://github.com/dotnet/tye/commit/b2b91fa5b6bd8df081eb3c4ed74a2340822a9ccb

3E fix for bug #565 (#569) · dotnet/tye@b2b91fa · GitHub
Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
fix for bug #565 (#569)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Stas <filip@visuasoft.be>
  • Loading branch information
suddenelfilio and Filip Stas authored Jul 15, 2020
1 parent 379ff07 commit b2b91fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.Tye.Hosting/DockerRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,11 @@ async Task RunDockerContainer(IEnumerable<(int ExternalPort, int Port, int? Cont
if (volumeMapping.Source != null)
{
var sourcePath = Path.GetFullPath(Path.Combine(application.ContextDirectory, volumeMapping.Source));
volumes += $"-v {sourcePath}:{volumeMapping.Target} ";
volumes += $"-v \"{sourcePath}:{volumeMapping.Target}\" ";
}
else if (volumeMapping.Name != null)
{
volumes += $"-v {volumeMapping.Name}:{volumeMapping.Target} ";
volumes += $"-v \"{volumeMapping.Name}:{volumeMapping.Target}\" ";
}
}

Expand Down

0 comments on commit b2b91fa

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/dotnet/tye/commit/b2b91fa5b6bd8df081eb3c4ed74a2340822a9ccb

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy