[Groonga-commit] ranguba/chupa-text-docker at ab05011 [master] Use one ENV

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 12 10:48:10 JST 2017


Kouhei Sutou	2017-07-12 10:48:10 +0900 (Wed, 12 Jul 2017)

  New Revision: ab050114a791aa627941807f17fa19d9fdc39bde
  https://github.com/ranguba/chupa-text-docker/commit/ab050114a791aa627941807f17fa19d9fdc39bde

  Message:
    Use one ENV

  Modified files:
    chupa-text/Dockerfile

  Modified: chupa-text/Dockerfile (+3 -2)
===================================================================
--- chupa-text/Dockerfile    2017-07-11 17:40:34 +0900 (8ce37d1)
+++ chupa-text/Dockerfile    2017-07-12 10:48:10 +0900 (7a575c0)
@@ -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
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index