Sha256: e8cead32bd314dba15be1d39e965de152174ef3e8db78d5fcf15ac63cbd0161e
Contents?: true
Size: 308 Bytes
Versions: 31
Compression:
Stored size: 308 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", "run"]
Version data entries
31 entries across 31 versions & 1 rubygems