I had to reinstall the ESPN4CC container, so I deleted the old container and the folder in Windows. But when I tried to reinstall it, I got two errors which stopped the docker compose. The first error was that the windowsbootstrap.ps1 file was looking for the .env file in the Windows system folder; I was able to correct that by manually entering the correct path in the ps1 file. But the second error, shown below, I can't seem to get around. Thanks for any help you can give.
PS C:\Users\Dave\espn4cc4c> .\windowsbootstrap.ps1 -LanIp 192.168.88.240
[ OK ] Ensured ./data ./logs ./out
[ OK ] .env written (LF, no BOM)
[INFO] Starting container...
Dockerfile:39
37 |
38 | # Place entrypoint where ENTRYPOINT expects it
39 | >>> COPY docker-entrypoint.sh /docker-entrypoint.sh
40 | RUN chmod +x /docker-entrypoint.sh
41 |
failed to solve: failed to compute cache key: failed to calculate checksum of ref f6117470-1d0e-44a1-9745-ed2956016e3b::ogd1hbp97eih5lh5wt7azehiu: "/docker-entrypoint.sh": not found
View build details: docker-desktop://dashboard/build/default/default/iqi0knbaeq5c3vwhymqb5ozpd
[ERR ] docker compose up failed
