Laravel Docker Issue
My project was running fine and now I have bunch of Docker messages then it Fails to build. I know Railway uses docker, but my project doesn't and is now failing. Please help...
Solution:Jump to solution
I fixed it. There must have been an update. So I made sure of my /vendor/ was added correctly in gitignore. And then I ran 'git rm -r --cached vendor/' to pull any issues out of my build.
4 Replies
Project ID:
f42131fa-b7c6-43e9-90ee-8a6a8d3a630b
f42131fa-b7c6-43e9-90ee-8a6a8d3a630b
Solution
I fixed it. There must have been an update. So I made sure of my /vendor/ was added correctly in gitignore. And then I ran 'git rm -r --cached vendor/' to pull any issues out of my build.
what u mean vendor added correctly ? im facing the same issue