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.
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