Cannot access entrypoint.sh: No such file or directory

Hi, please help me, I have this error :after I type the command: docker-compose up --build

slight_smile: => ERROR [web 7/7] RUN chmod +x entrypoint.sh                                                                                                   0.3s 
------
 > [web 7/7] RUN chmod +x entrypoint.sh:
0.315 chmod: cannot access 'entrypoint.sh': No such file or directory
------
failed to solve: process "/bin/sh -c chmod +x entrypoint.sh" did not complete successfully: exit code: 1
PS C:\Users\maria\OneDrive\Desktop\Project1\romanianmovies2>

The error message is clear. The entrypoint.sh cannot be found. You need to copy it to the right folder and set the right workdir. If you don’t know what I’m talking about, you can share your Dockerfile. Follow the formatting guide to use code blocks: How to format your forum posts (I added it to your fist post)

Note: I moved your post into a new. The one in which you posted it was not related at all.