[Groonga-commit] ranguba/chupa-text-docker at f765287 [master] Use start.sh for CMD

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 12 16:28:53 JST 2017


Kouhei Sutou	2017-07-12 16:28:53 +0900 (Wed, 12 Jul 2017)

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

  Message:
    Use start.sh for CMD

  Modified files:
    chupa-text/Dockerfile
    proxy/Dockerfile

  Modified: chupa-text/Dockerfile (+2 -2)
===================================================================
--- chupa-text/Dockerfile    2017-07-12 16:28:45 +0900 (9799a78)
+++ chupa-text/Dockerfile    2017-07-12 16:28:53 +0900 (ffacd86)
@@ -66,7 +66,7 @@ ENV \
   RAILS_ENV=production \
   PATH=/var/lib/gems/2.3.0/bin:$PATH
 
-ENV LOCAL_CHUPA_TEXT_REVISION_FOR_UPDATE_DOCKER=3
+ENV LOCAL_CHUPA_TEXT_REVISION_FOR_UPDATE_DOCKER=4
 RUN git clone --depth 1 https://github.com/ranguba/chupa-text-http-server.git
 
 COPY \
@@ -86,4 +86,4 @@ RUN \
 RUN \
   bin/rails assets:precompile
 
-CMD /bin/bash
+CMD ./start.sh

  Modified: proxy/Dockerfile (+1 -1)
===================================================================
--- proxy/Dockerfile    2017-07-12 16:28:45 +0900 (01770d2)
+++ proxy/Dockerfile    2017-07-12 16:28:53 +0900 (5573995)
@@ -28,4 +28,4 @@ RUN \
 
 COPY start.sh /
 
-CMD /bin/bash
+CMD ./start.sh
-------------- next part --------------
HTML����������������������������...
Download 



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