``` const apiImage = awsx.ecr.buildAndPushImage(`api-image`, { context: projectRootPath, ...
m
Copy code
const apiImage = awsx.ecr.buildAndPushImage(`api-image`, {
      context: projectRootPath,
      dockerfile: './Dockerfile.dev',
    })