Skip to content

Commit

Permalink
VCI-834: Fix platform directory in DockerContext target
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro committed Mar 1, 2024
1 parent 6769f1b commit 7686eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VirtoCommerce.Build/Cloud/Build.SaaS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private static bool CheckAppServiceStatus(string expected, string actual)
private async Task PrepareDockerContextMethod()
{
var dockerBuildContext = ArtifactsDirectory / "docker";
var platformDirectory = dockerBuildContext / "platform";
var platformDirectory = dockerBuildContext / "publish";
var modulesPath = platformDirectory / "modules";
var dockerfilePath = dockerBuildContext / "Dockerfile";
var waitScriptPath = dockerBuildContext / "wait-for-it.sh";
Expand Down

0 comments on commit 7686eae

Please sign in to comment.