Question
App Platform Docker run command
Hey y'all.
I have a very simple python API using Docker. I can build and run it just fine in my local environment but when adding this app to App Platform it starts to build fine but then fails to run.
In my local env I use the following command to run it:
docker run -i -t -p "0.0.0.0:8181:8080" mycontainer:latest
Where can I find more information on how App Platform handles these type of deployments. I have looked at every possible App Platform documentation but could not find it.
Best regards,
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.
×