Skip to content

Commit

Permalink
fix: update dockerfile to reconfigure bundle which (may) have caused …
Browse files Browse the repository at this point in the history
…some bugs on linux
  • Loading branch information
prototypicalpro committed Dec 10, 2020
1 parent 6c14db9 commit 889da3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 889da3e

Please sign in to comment.