https://pulumi.com logo
m

most-lighter-95902

12/30/2021, 11:40 PM
Copy code
const apiImage = awsx.ecr.buildAndPushImage(`api-image`, {
      context: projectRootPath,
      dockerfile: './Dockerfile.dev',
    })