mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
fix command
This commit is contained in:
parent
ac5350c461
commit
9e7e38b525
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ services:
|
|||
- ELASTICSEARCH_URL=http://elasticsearch:9200
|
||||
- APPLICATION_HOST=$APPLICATION_HOST
|
||||
- SHARED_IMPORT_SECRET=$SHARED_IMPORT_SECRET
|
||||
command: sh -c "cd /home/srm/app && bundle exec puma -C config/puma.rb"
|
||||
command: sh -c "cd /home/srm/app && export PATH=/home/srm/.rbenv/bin:$PATH && eval \"$(~/.rbenv/bin/rbenv init -)\" && bundle install && bundle exec puma -C config/puma.rb"
|
||||
elasticsearch:
|
||||
user: elasticsearch
|
||||
build: ./docker/elasticsearch
|
||||
|
|
Loading…
Reference in a new issue