Sha256: 7004b8d2731e705ea944f35c973570e6af9b0526ec1e520be1a33b7e68d3c341
Contents?: true
Size: 187 Bytes
Versions: 5
Compression:
Stored size: 187 Bytes
Contents
# Add Application RUN mkdir /myapp WORKDIR /myapp ADD <%= @app_path %>/Gemfile /myapp/Gemfile RUN bash -l -c 'bundle install' ADD <%= @app_path %> /myapp ENTRYPOINT ["bash", "-l", "-c"]
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rbdock-0.2.1 | templates/rbenv/app.erb |
rbdock-0.2.0 | templates/rbenv/app.erb |
rbdock-0.1.2 | templates/rbenv/app.erb |
rbdock-0.1.1 | templates/rbenv/app.erb |
rbdock-0.1.0 | templates/rbenv/app.erb |