build #35
Cleydsonsl
started this conversation in
General
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 |
0 replies
|
Could you please describe your setup in more detail? Personally I still cant figure out how Docker fits into the whole setup in here. |
0 replies
|
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. |
1 reply
|
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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions