Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support for setting env variable when running container #139

Merged
merged 2 commits into from
May 10, 2024

Conversation

birme
Copy link
Contributor

@birme birme commented May 9, 2024

This PR adds support to run the frontend as a Docker container and where PORT and MANAGER_URL can be set runtime. With this change we have a shippable container including all node dependencies included in the image but the actual app is built when the container is started as all configurations are set on build time.

This should suit both OSC deployments and on-prem deployments.

Also build and pushes the image to Docker Hub when a tag is released.

@birme birme requested a review from martinstark May 9, 2024 19:12
@martinstark martinstark merged commit 93cb163 into main May 10, 2024
2 checks passed
@martinstark martinstark deleted the feat-env-on-run branch May 10, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants