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

Docker Improvements #828

Merged
merged 3 commits into from
May 26, 2020
Merged

Conversation

autermann
Copy link
Member

  • By not chowning the complete webapp to jetty and instead use COPY --chown=jetty:jetty the image shrinks from 488MB down to 290MB.
  • By setting the environment variable SOS_CONTEXT_PATH one can customize the context path of the webapp (this is implemented using a jetty-web.xml)
  • If the environment variable EXTERNAL_URL is set to customize the embedded API, the Helgoland config is also adjusted

@CarstenHollmann CarstenHollmann merged commit ceeeeba into 52North:develop May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants