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

Add docker configurations for nightly quay releases #1263

Merged
merged 3 commits into from
Aug 28, 2017

Conversation

clekstro
Copy link
Contributor

This isn't needed for master/production builds, but referencing a non-master file when on a different branch is tedious. As crons are currently limited to a single branch and we're wanting to avoid having a conditional-littered build configuration, committing them here seems like a good compromise. Also handy in case you'd like to just work with Docker right out of the gate.

Curtis Ekstrom added 3 commits August 28, 2017 11:20
This will be performed on a different branch than master though it will use master code
We want to know if this fails
@clekstro clekstro merged commit 42b13b0 into master Aug 28, 2017
@clekstro clekstro deleted the ce-add-docker-stuff branch August 28, 2017 09:28

RUN ./node_modules/.bin/ember build --environment=production

CMD bundle exec je puma -I lib -p ${PORT:-4000} -t ${PUMA_MIN_THREADS:-8}:${PUMA_MAX_THREADS:-12} -w ${PUMA_WORKERS:-2} --preload waiter/config.ru

This comment was marked as spam.

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