Skip to content

Commit

Permalink
Use one ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 12, 2017
1 parent b4008a2 commit ab05011
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chupa-text/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ RUN adduser chupa-text sudo
USER chupa-text
WORKDIR /home/chupa-text

ENV RAILS_ENV=production
ENV PATH=/var/lib/gems/2.3.0/bin:$PATH
ENV \
RAILS_ENV=production \
PATH=/var/lib/gems/2.3.0/bin:$PATH

RUN git clone --depth 1 https://github.com/ranguba/chupa-text-http-server.git

Expand Down

0 comments on commit ab05011

Please sign in to comment.