Sha256: fd178dfc47dbbc26b69c2c2752bc647cd24578b0248df8480cbefcdd3d4b5423
Contents?: true
Size: 232 Bytes
Versions: 3
Compression:
Stored size: 232 Bytes
Contents
FROM ruby:2.6.2 # Installing application dependencies RUN apt-get update RUN apt-get install nodejs -y ENV APP_HOME /usr/src/app/ RUN mkdir $APP_HOME WORKDIR $APP_HOME COPY Gemfile* $APP_HOME RUN bundle install COPY . $APP_HOME
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sumcli-0.6.0 | lib/sumcli/templates/new/app/Dockerfile |
sumcli-0.4.0 | lib/sumcli/templates/new/app/Dockerfile |
sumcli-0.1.0 | lib/sumcli/templates/new/app/Dockerfile |