Sha256: 48e924897910ee750e768ea8ed5a4b19ecd41d96f04d6284f402bdec009bcab9

Contents?: true

Size: 808 Bytes

Versions: 21

Compression:

Stored size: 808 Bytes

Contents

FROM ruby:2.6.3
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client
RUN mkdir /hubspot-api-client

COPY ./lib /hubspot-api-client/lib
COPY ./sample-apps /hubspot-api-client/sample-apps
COPY ./spec /hubspot-api-client/spec
COPY ./Gemfile /hubspot-api-client/Gemfile
COPY ./Gemfile.lock /hubspot-api-client/Gemfile.lock
COPY ./hubspot-api-client.gemspec /hubspot-api-client/hubspot-api-client.gemspec

WORKDIR /hubspot-api-client/sample-apps/rate-limits-redis-sample-app
RUN bundle install

# Add a script to be executed every time the container starts.
COPY ./sample-apps/rate-limits-redis-sample-app/docker-entrypoint.sh /usr/bin/
RUN chmod +x /usr/bin/docker-entrypoint.sh
ENTRYPOINT ["docker-entrypoint.sh"]
EXPOSE 3000

# Start the main process.
CMD ["rails", "server", "-b", "0.0.0.0"]

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-8.0.1 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-8.0.0 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-7.3.0 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-7.2.0 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-7.1.1 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-7.1.0 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-7.0.0 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-6.0.0 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-5.0.0 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-4.0.0 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-3.3.0 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-3.2.0 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-3.1.1 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-3.1.0.pre.beta sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-3.0.0.pre.beta sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-2.3.2 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-2.3.1 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-2.2.0 sample-apps/rate-limits-redis-sample-app/Dockerfile
hubspot-api-client-2.1.0 sample-apps/rate-limits-redis-sample-app/Dockerfile