Docker - in CI/CD
You have this GitHub Actions step:
run: docker build -t myapp . run: docker run myappThe workflow fails with 'Error: Dockerfile not found'. What is the likely cause?
