diff --git a/Dockerfile b/Dockerfile index 5449cf1b..eee2cd15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,4 +57,8 @@ RUN npm install --production # move the rest of the project over COPY . . +# Configure bundler +ENV BUNDLE_GEMFILE=/app/Gemfile +ENV BUNDLE_PATH=/app/vendor/bundle + ENTRYPOINT ["bundle", "exec", "/app/bin/repolinter.js"]