I have been trying to deploy a Strapi project but I am getting this error:
error: failed to solve: failed to read dockerfile: open /home/user/.local/tmp/buildkit-mount673300980/Dockerfile: no such file or directory
Can anyone help me resolve it?
I have been trying to deploy a Strapi project but I am getting this error:
error: failed to solve: failed to read dockerfile: open /home/user/.local/tmp/buildkit-mount673300980/Dockerfile: no such file or directory
Can anyone help me resolve it?
Hi,
That error would imply there’s no Dockerfile
in the root of your repo. If it’s in a subfolder, you can update the “Dockerfile Path” option.
If you don’t use Docker, create a new service selecting the runtime (Node, Python, Ruby, etc.) that you require.
Alan
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.