Sha256: ad336bb724cf4d62df54b01c7f9ec2122f5b10283dce284bac74ee85348b5efa
Contents?: true
Size: 301 Bytes
Versions: 8
Compression:
Stored size: 301 Bytes
Contents
FROM ruby:2.6.6 RUN apt update RUN apt install -y git vim postgresql-client --no-install-recommends WORKDIR /app/rubypitaya/ COPY Gemfile Gemfile.lock ./ RUN bundle install COPY . . ENV LANG=C.UTF-8 ENV LC_ALL=C.UTF-8 ENTRYPOINT ["./docker/entrypoint.sh"] CMD ["bundle", "exec", "rubypitaya"]
Version data entries
8 entries across 8 versions & 1 rubygems