Skip to content

docker daemon: Cannot locate specified Dockerfile #444

@0markill

Description

@0markill

Hi, ive been facing an issue with the relative path of a dockerfile, when i run my configuration i get Dockerfile found, assuming ECR pipeline from mu but right after it fails with the message
func1 ▶ ERROR Error response from daemon: Cannot locate specified Dockerfile: Dockerfile

heres my config:

service:
  port: 80
  pathPatterns:
  - /*
  healthEndpoint: /
  name: docs
  desiredCount: 2
  dockerfile: ./docker/docs/Dockerfile
  protocol: HTTP
  targetCPUUtilization: 50
  minSize: 1
  maxSize: 4
  deploymentStrategy: rolling
  environment:
    ENV: staging
    PORT: 80

any help is appreciated.
thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions