Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile missing #3

Open
geerzo opened this issue Jan 5, 2025 · 0 comments
Open

Dockerfile missing #3

geerzo opened this issue Jan 5, 2025 · 0 comments

Comments

@geerzo
Copy link

geerzo commented Jan 5, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant