@ -10,8 +10,6 @@ RUN apt-get update -qq && \
|
||||
ENV HOME=/home/app
|
||||
USER app
|
||||
|
||||
ENV RAILS_ENV=production
|
||||
RUN bundle exec rake assets:precompile
|
||||
COPY --chown=app:app Gemfile Gemfile.lock $HOME/wedding/
|
||||
WORKDIR $HOME/wedding
|
||||
RUN bundle
|
||||
|
Reference in New Issue
Block a user