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

Client dockerfile #14

Merged
merged 1 commit into from
Oct 14, 2021
Merged

Client dockerfile #14

merged 1 commit into from
Oct 14, 2021

Conversation

burtonr
Copy link
Owner

@burtonr burtonr commented Oct 14, 2021

Add dockerfile for running the client behind an Nginx proxy to ensure the minimal image size.

Configuration is currently only done in a single file, but will be updated when react-scripts is removed so that the config can be plugged in during compile/minification time.

Resolves #2

Add a dockerfile for building the client container
as a multistage nginx image for minimal size and full
functionality.
Include configuration files, but the implementation
of loading config on build has to wait for react-scripts
to be removed for access to the webpack config.
@burtonr burtonr merged commit 8d7ff33 into main Oct 14, 2021
@burtonr burtonr deleted the client-dockerfile branch October 14, 2021 13:52
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.

Create Client Dockerfile
1 participant