Sha256: 6a7a9808db836ab10259935c9c3839f8b90159e13f3a6da8c9b86b4be08be073
Contents?: true
Size: 211 Bytes
Versions: 5
Compression:
Stored size: 211 Bytes
Contents
FROM ruby:2.3-slim RUN apt-get update -y && apt-get install -y git WORKDIR /app ADD . . RUN bundle install # ENV MOODLE_URL=http://localhost:8888/moodle29/ # ENV MOODLE_TOKEN=87b95af2df709fa60b395b5c59a3fc2e
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
moodle_rb-2.1.5 | Dockerfile |
moodle_rb-2.1.0 | Dockerfile |
moodle_rb-2.0.0 | Dockerfile |
moodle_rb-1.2.0 | Dockerfile |
moodle_rb-1.1.3 | Dockerfile |