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
Hi! I'm experiencing difficulties to understand how to use the same build (./gradlew clean zip) and be able to select an .env file depending on a environment variable living on a running container.
For example:
In my stage environment, I want to do: docker run -d -p 8080:80 -e ENVIRONMENT=stage my-image-from-kotlin-js-nginx
I want to take the environment variable into the docker, with my KVision project.
Is this resolved in any another issue?
I couldn't find anything useful yet.
Hope you can help me. Thanks!
The text was updated successfully, but these errors were encountered:
Hi! I'm experiencing difficulties to understand how to use the same build (
./gradlew clean zip
) and be able to select an .env file depending on a environment variable living on a running container.For example:
In my stage environment, I want to do:
docker run -d -p 8080:80 -e ENVIRONMENT=stage my-image-from-kotlin-js-nginx
I want to take the environment variable into the docker, with my KVision project.
Is this resolved in any another issue?
I couldn't find anything useful yet.
Hope you can help me. Thanks!
The text was updated successfully, but these errors were encountered: