FROM contactrocket/www:latest ENV RACK_ENV production ENV RAILS_ENV production ENV INSTALL_PATH /app WORKDIR $INSTALL_PATH COPY . . RUN bundle install --deployment CMD ['config/containers/app_cmd.sh']