Sha256: d47262e58c9ab66dcf00b9414fe977b6f966ccdc84d2eb55b0e9507318cf1aec

Contents?: true

Size: 116 Bytes

Versions: 4

Compression:

Stored size: 116 Bytes

Contents

FROM ruby:3.0.0-alpine
RUN apk update && apk add git
WORKDIR /app/
COPY . .
RUN bundle install
CMD bundle exec rake

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
microsoft_teams_incoming_webhook_ruby-1.0.2 Dockerfile
microsoft_teams_incoming_webhook_ruby-1.0.1 Dockerfile
microsoft_teams_incoming_webhook_ruby-1.0.0 Dockerfile
microsoft_teams_incoming_webhook_ruby-0.1.0 Dockerfile