I built docker-compose.yml file. After building of it there was created new image. But this image isn't complete because the app doesn't work after running it. So. the app works only when run docker-compose up. I want to deploy the project to Docker hub. I found the solution with nginx. Please tell me how it's possible without third apps (e.g. nginx) and if the image doesn't work?