Skip to content

Commit

Permalink
Fix container-aws-csharp on docker v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed Sep 25, 2023
1 parent 636c9a3 commit 6024e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-aws-csharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
var image = new Awsx.Ecr.Image("image", new()
{
RepositoryUrl = repo.Url,
Path = "./app",
Context = "./app",
});

var service = new Awsx.Ecs.FargateService("service", new()
Expand Down

0 comments on commit 6024e9f

Please sign in to comment.