-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Labels
No labels