This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FROM ruby:2.5.7-alpine | |
| ARG BUNDLE_WITHOUT | |
| ARG EXTRA_PACKAGES | |
| ARG FREEZE_BUNDLE=true | |
| ARG RACK_ENV | |
| ARG RAILS_LOG_TO_STDOUT=true | |
| ENV BUNDLE_WITHOUT ${BUNDLE_WITHOUT} | |
| ENV EXTRA_PACKAGES ${EXTRA_PACKAGES} |