Sha256: 40e8c6d9a710f911d9a0bf477d3d3585a00b657300e7b182866d449da4bf8805
Contents?: true
Size: 186 Bytes
Versions: 5
Compression:
Stored size: 186 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/rvm/app.erb |
rbdock-0.2.0 | templates/rvm/app.erb |
rbdock-0.1.2 | templates/rvm/app.erb |
rbdock-0.1.1 | templates/rvm/app.erb |
rbdock-0.1.0 | templates/rvm/app.erb |