I keep getting this error when I try to deploy my web app which is a discord.js bot with a express.js dashboard, when I deploy I get this error
Hi,
That error is showing that a file cannot be found, it’s likely being referenced incorrectly in your code.
I’m not even using a file like that
ok you were right, turns out the Dockerfile doesn’t work and I need one how can I make one or something like that
With Docker, you’re in control of the environment. Render doesn’t cover how to create a Dockerized project from scratch. You’d have to find other resources for creating a Docker project and then deploy it to Render.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.