The command runs well locally and I can access my app: http://localhost/swagger/index.html
But here I cannot pass such args since it’s all wrapped by Digital Ocean.
Thanks
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,
In order to be able to run Docker commands on your Droplet you would need to first install Docker as described here:
https://www.digitalocean.com/community/tutorials/how-to-install-and-set-up-laravel-with-docker-compose-on-ubuntu-20-04
In case that you are using the DigitalOcean App Platform, there is no need to pass over a Docker run command, you just need to provide a Dockerfile as described here:
https://docs.digitalocean.com/products/app-platform/reference/dockerfile/
Best,
Bobby