devika
devika copied to clipboard
[Bug] Docker compose file not working as expected (app.dockerfile: no such file or directory)
Describe the bug
Getting the below error while running the docker compose file
failed to solve: failed to read dockerfile: open app.dockerfile: no such file or directory
How To Reproduce
Steps to reproduce the behavior (example):
- docker compose -f "docker-compose.yaml" up -d --build
Expected behavior
As the error suggests there is no file app.dockerfile present in the repo.
Screenshots and logs
must share logs from frontend or backend. also If applicable, add screenshots to help explain your problem.
it was removed for some reason in #522