Skip to content

Dockerfile missing #3

@geerzo

Description

@geerzo

Running "docker-compose up -d" fails because the underlying Dockerfile file is not in the repo.

=> [api internal] load build definition from Dockerfile                                                           0.0s
 => => transferring dockerfile: 2B                                                                                 0.0s
failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory

I believe it's referring to this section in the compose file

services:
  api:
    build:
      context: .
      dockerfile: Dockerfile

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions