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

Feature/mserve UI container add nginx #1053

Merged
merged 9 commits into from
Nov 2, 2023

Conversation

jthomas-orcid
Copy link
Contributor

This change adds an NGinx web server into the docker container to serve the static content built in the /dist directory.
The content in the /dist directory is copied into the /usr/share/nginx/html directory when the container is being built and the nginx server is started up listening on port 8090. The angular dev server command eg ng serve ... is now not required for a SDLC environment. You can still use if for building the app and serving it via localhost:4200 on your workstations for dev work only

@bobcaprice bobcaprice merged commit 0978813 into main Nov 2, 2023
7 checks passed
@bobcaprice bobcaprice deleted the feature/mserve-ui-container-add-nginx branch November 2, 2023 12:45
@jthomas-orcid
Copy link
Contributor Author

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