As I see in the tutorials because of I’m not very familiar with digitalocean to put a Gitlab repo that has a docker container but when I choose the repo and try coo continue the [ Not detected components ] error appears.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
What language or framework is your app written in? You can find a list of the supported frameworks here:
https://docs.digitalocean.com/products/app-platform/languages-frameworks/
Alternatively, if your framework is not in the list, you can add a
Dockerfile
to your repository so that the App Platform could use it to build your project as described in this guide here:https://docs.digitalocean.com/products/app-platform/languages-frameworks/docker/
Let me know how it goes!
Best,
Bobby