https://pulumi.com logo
Title
c

cuddly-ability-96139

09/14/2022, 8:05 AM
Hi guys, I've looked for a
docker
in a messages history but failed to find out my issue Thing is I have a
Dockerfile
and during the docker image build it fails with quite general error
Error building docker image: 0: executor failed running [/bin/sh -c npm run build]: exit code: 127
image:
    type: docker:RegistryImage
    properties:
      name: ${container-registry-...}/....
      build:
        context: ${pulumi.cwd}/../ (yeah it's one dir up)
        target: ....
    options:
      provider: ${docker-provider}
      customTimeouts:
        create: "30m"
        update: "30m"
Is there a way to see the
docker build ./
output as I have it using CLI?