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

Dockerfile: CMD use the recommended 'exec' form instead of 'shell' form. #22

Merged
merged 1 commit into from
Oct 3, 2016

Conversation

jperville
Copy link
Contributor

This PR rewrites the Dockerfile CMD clause to use the recommended 'exec' form instead of the current 'shell' form.

This should make it easier to properly stop the container, as reported in #6.

@DarthHater
Copy link
Member

Hi @jperville this rocks! Before we can merge it can you fill out a CLA for us?

http:https://www.sonatype.org/SonatypeCLA.pdf

Sign that, scan all pages and send to jhesse at sonatype dot com

Copy link
Member

@DarthHater DarthHater left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 builds and runs for me

@DarthHater DarthHater merged commit 4beac47 into sonatype:master Oct 3, 2016
@jperville jperville deleted the cmd-exec-form branch October 3, 2016 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants