Sha256: f6d34b3f2d62bcad0422e206560f9decc52251a3592327bd68e263bf476ca506
Contents?: true
Size: 275 Bytes
Versions: 2
Compression:
Stored size: 275 Bytes
Contents
FROM ruby:3.0.1 RUN apt-get update -qq && apt-get install -y nodejs redis-server USER root RUN mkdir /myapp WORKDIR /myapp COPY Gemfile /myapp/Gemfile COPY Gemfile.lock /myapp/Gemfile.lock RUN gem install bundler:2.2.23 RUN bundle COPY . /myapp CMD ["foreman", "start"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
souls-0.22.8 | hoy/Dockerfile |
souls-0.22.7 | hoy/Dockerfile |