Skip to content

Commit

Permalink
supprime lignes inutiles dans le Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément MORISSET authored and etienneCharignon committed Aug 28, 2019
1 parent 4893876 commit b6292af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ ENV RAILS_ENV ${RAILS_ENV}

WORKDIR /app/

RUN echo "Europe/Paris" > /etc/timezone
RUN dpkg-reconfigure -f noninteractive tzdata

COPY Gemfile Gemfile.lock ./
RUN bundle install --without development test --deployment --jobs 4 --retry 3 --quiet

Expand Down

0 comments on commit b6292af

Please sign in to comment.