build #35
Replies: 4 comments 1 reply
-
Hey! Do you have your bundles deployed in a readable location? To make sure that the host app can actually download the bundles |
Beta Was this translation helpful? Give feedback.
-
Could you please describe your setup in more detail? Personally I still cant figure out how Docker fits into the whole setup in here. |
Beta Was this translation helpful? Give feedback.
-
here is my repo: https://github.com/Cleydsonsl/superapp if it is not feasible please help me to see a possible way out, we would like each team to be able to work on their module without having to use the host. |
Beta Was this translation helpful? Give feedback.
-
I did something similar, my dockerfile looks like this
My nginx.config
The ports you expose must be enabled for the app to take them correctly
To finish in my index.js file
|
Beta Was this translation helpful? Give feedback.
-
Hello, I wanted to know how to generate a build, I will try to explain.
I'm using your tech to build a superapp with mini-apps building it in general, the miniapps I'm doing in separate repo because each squad will act in its own repo but I'm having difficulties trying to simulate a productive environment with docker uploading the build generated by bundle-ios and bundle-android the host app locally cannot see the miniapps in docker, the objective is to publish only the superapp in the stores making it observe only the miniapps builds in some hosting.
Beta Was this translation helpful? Give feedback.
All reactions