Commit d972a60a authored by Dan Davison's avatar Dan Davison

Merge branch 'faster_qa_auto_devops' into 'master'

Use Dockerfile flow for QA Auto DevOps

See merge request gitlab-org/gitlab-ce!28648
parents 9b300c97 1758bad0
FROM ruby:2.6.3-alpine
ADD ./ /app/
WORKDIR /app
ENV RACK_ENV production
ENV PORT 5000
EXPOSE 5000
RUN bundle install
CMD ["bundle","exec", "rackup", "-p", "5000"]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment