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

cleanup the dockerfile some #334

Merged
merged 1 commit into from
Jun 24, 2015
Merged

cleanup the dockerfile some #334

merged 1 commit into from
Jun 24, 2015

Conversation

byxorna
Copy link
Contributor

@byxorna byxorna commented Jun 23, 2015

Running CMD in the shell format (bare words) makes docker launch the thing in sh -c "$CMD", which wont pass signals. Ive cleaned it up so we dont need env vars expanded when starting up, which means we can use the cleaner CMD format (sorry, Dockerfiles dont support multiline json arrays iirc)... Play is pid 1 inside the container, instead of pid 5 or so.

@Primer42 @maddalab @defect

@yl3w
Copy link
Contributor

yl3w commented Jun 23, 2015

lgtm

@william-richard
Copy link
Contributor

LGTM

byxorna added a commit that referenced this pull request Jun 24, 2015
@byxorna byxorna merged commit b54ea8e into master Jun 24, 2015
@yl3w yl3w deleted the gabe-fixup-dockerfile branch September 12, 2015 23:04
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.

3 participants