提交 1758bad0 编写于 作者: T Thong Kuah

Use Dockerfile flow for QA Auto DevOps

This results in 40MB images vs 400MB images which is faster to upload
and download. This does mean we lose the default herokuish QA coverage
but we should have adequate coverage in
https://gitlab.com/gitlab-org/cluster-integration/auto-build-image/ now.

Triva: herokuish is bigger because it's base image is based on `ubuntu`.
上级 d92fa15f
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册