Sha256: c16d3e169784c4f13baeaf6b0f8c157ed94eb9c5dcaa6622d9561144e2aab10b
Contents?: true
Size: 217 Bytes
Versions: 2
Compression:
Stored size: 217 Bytes
Contents
FROM ruby:2.5.3 RUN apt-get update && apt-get install -y \ build-essential \ wamerican \ vim RUN mkdir -p /app WORKDIR /app COPY . ./ RUN gem install bundler && bundle install EXPOSE 3000 CMD ["/bin/bash"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cabal-api-0.2.4 | Dockerfile |
cabal-api-0.2.3 | Dockerfile |