shy-oxygen-8874
01/22/2021, 8:24 PMvar image = awsx.ecs.Image.fromDockerBuild("WebAuthImage", {
dockerfile: "D:/code/kaiju/deploy/Dockerfile",
context: "D:/code/kaiju",
args: {
"APP_NAME": "web-auth",
"GITHUB_TOKEN": process.env.GITHUB_TOKEN ?? "ERROR TOKEN"
}
});
With debug logging, I can see the docker image build succeed during the plan step of pulumi up
.faint-table-42725
01/22/2021, 8:59 PMshy-oxygen-8874
01/22/2021, 9:01 PM