You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also pass the meteor settings during docker-compose up as in
export METEOR_SETTINGS="$(cat path/to/settings.json)" && docker-compose up
When I try accessing the app from browser the response is a redirect to https://localhost
If i do docker exec -u 0 -it sh, then curl http://localhost:3000 I can see the meteor app running inside docker.
When I build the meteor app on my local machine in the same flow as the Dockerfile and run it locally with the same env variables and settings the application responds on http://localhost:3000 successfully.
Can anyone help please?
The text was updated successfully, but these errors were encountered:
I have build an image with name & tag platform/latest and appropriately declared ROOT_URL as "http://localhost:3000" in docker-compose.
I also pass the meteor settings during docker-compose up as in
When I try accessing the app from browser the response is a redirect to https://localhost
If i do docker exec -u 0 -it sh, then curl http://localhost:3000 I can see the meteor app running inside docker.
When I build the meteor app on my local machine in the same flow as the Dockerfile and run it locally with the same env variables and settings the application responds on http://localhost:3000 successfully.
Can anyone help please?
The text was updated successfully, but these errors were encountered: