Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have no problem building the app. It is a simple "Hello world" Nuxt app (node) pulled from my GitHub. Left as is, it should natively runs on port 3000.
After the deployment is done with successful log:
the app is not running.
I'm using the default Nitpicks setting, no custom Dockerfile.
I can see the image being made using "docker images", but "docker ps -a" shows no new container.
Also, I'm unable to see the logs for the app as no container is running.
It only shows:
Error response from daemon: No such container: select-a-container
If I click on the Reload button, nothing happens and the spinner won't stop spinning...
If I run the image manually using "docker run -p 3010:3000 test-nuxt-pew2aa", the app runs correctly...
Any help? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions