[Groonga-commit] ranguba/chupa-text-docker at efa321b [master] Use passenger

Back to archive index
Sutou Kouhei null+****@clear*****
Thu Jun 6 18:18:13 JST 2019


Sutou Kouhei	2019-06-06 18:18:13 +0900 (Thu, 06 Jun 2019)

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

  Message:
    Use passenger

  Modified files:
    chupa-text/Dockerfile
    chupa-text/home/chupa-text/chupa-text-http-server/start.sh

  Modified: chupa-text/Dockerfile (+1 -0)
===================================================================
--- chupa-text/Dockerfile    2019-06-05 18:54:14 +0900 (2dc907d)
+++ chupa-text/Dockerfile    2019-06-06 18:18:13 +0900 (f7a1851)
@@ -82,6 +82,7 @@ WORKDIR /home/chupa-text/chupa-text-http-server
 RUN \
   sudo apt update && \
   bundle install --without development test && \
+  gem install passenger && \
   sudo rm -rf /var/lib/apt/lists/* && \
   sudo rm -rf /var/cache/apt/archives/*
 

  Modified: chupa-text/home/chupa-text/chupa-text-http-server/start.sh (+1 -1)
===================================================================
--- chupa-text/home/chupa-text/chupa-text-http-server/start.sh    2019-06-05 18:54:14 +0900 (7a4fed3)
+++ chupa-text/home/chupa-text/chupa-text-http-server/start.sh    2019-06-06 18:18:13 +0900 (5e5611e)
@@ -25,4 +25,4 @@ sudo -H chown -R $(id --name --user): log
  echo "  secret_key_base: $(bin/rails secret)") > \
   config/secrets.yml
 
-xvfb-run bin/rails server
+xvfb-run passenger start
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190606/73b3c37b/attachment.html>


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