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

🐛 Missing Dockerfile path value on make build/build-no-cache #4365

Closed
lpofredc opened this issue Nov 13, 2024 · 0 comments · Fixed by #4366
Closed

🐛 Missing Dockerfile path value on make build/build-no-cache #4365

lpofredc opened this issue Nov 13, 2024 · 0 comments · Fixed by #4366
Labels

Comments

@lpofredc
Copy link
Contributor

lpofredc commented Nov 13, 2024

Describe the bug

Dockerfile path reference is missing in make build and `make build-no-cache, raising an error:

$ make build
docker build -t geotrek . --build-arg BASE_IMAGE_TAG=
[+] Building 0.1s (1/1) FINISHED                                                                                   docker:default
 => [internal] load build definition from Dockerfile                                                                         0.0s
 => => transferring dockerfile: 2B                                                                                           0.0s
ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
make: *** [Makefile:18 : build] Erreur 1

To Reproduce
Steps to reproduce the behavior:

  1. Go to project root repository
  2. Run on make build or make build-no-cache`

Expected behavior
Successful build

Screenshots
Not required

lpofredc added a commit to lpofredc/Geotrek-admin that referenced this issue Nov 13, 2024
submarcos added a commit that referenced this issue Nov 14, 2024
🐛 [Bug] Fix missing Dockerfile path on make build scripts (fix #4365)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants