Hello there Im trying render with PHP laravel which I dont know why its not supported separately from docker like other technologies ,and since I dont use docker Im trying to deploy the project following this tut https://render.com/docs/deploy-php-laravel-docker
but when I click deploy I get this error message error: failed to solve: failed to read dockerfile: open /home/user/.local/tmp/buildkit-mount3427704476/Dockerfile: no such file or directory
.
Hi,
Render doesn’t currently offer a PHP Native Runtime. That is why PHP on Render requires Docker, so that you have more control over your own environment, to be able to install PHP.
Alan
so why Im getting this error message ?
Dockerfile: no such file or directory
From the message, I can only assume you don’t have a Dockerfile at the root of your repo.
Alan
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.