We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Dockerfile path reference is missing in make build and `make build-no-cache, raising an error:
make build
$ 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:
make build or
Expected behavior Successful build
Screenshots Not required
The text was updated successfully, but these errors were encountered:
🐛 [Bug] Fix missing Dockerfile path on make build scripts (fix Geotre…
12d22cf
…kCE#4365)
Merge pull request #4366 from lpofredc/master
b89ae96
🐛 [Bug] Fix missing Dockerfile path on make build scripts (fix #4365)
Successfully merging a pull request may close this issue.
Describe the bug
Dockerfile path reference is missing in
make build
and `make build-no-cache, raising an error:To Reproduce
Steps to reproduce the behavior:
make build or
make build-no-cache`Expected behavior
Successful build
Screenshots
Not required
The text was updated successfully, but these errors were encountered: