How to run the CMS using a docker image? #11020
-
I created a docker image of my OrchardCore project. I run it using the following command
However, the image does not run. When I inspect the container logs, I see the following error
What am I doing wrong here? Its like my app can't see the environment variables I provided. Updated I created the following docker-compose file and the image worked! But the same image is not working when using the
Its like the app isn't seeing the variables passed by the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I got the docker run command to work like this
|
Beta Was this translation helpful? Give feedback.
I got the docker run command to work like this