Sha256: 0fd5e97621ef818f991b8c0aa8592f9932dc15ca0b13d21fc947d2561d3742dc
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
FROM ruby:2.5-alpine LABEL maintainer ygnmhdtt <ygnmhdtt@gmail.com> RUN apk update \ && apk add --no-cache vim git curl wget \ && alias vi="vim" WORKDIR /app ADD ./* ./ ENV RAILS_ENV=development
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jimuguri-0.1.1 | Dockerfile |
jimuguri-0.1.0 | Dockerfile |