Merge pull request #3410 from hennevogel/bugfix/docker
Install foreman system wide
This commit is contained in:
commit
c07ab26ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ RUN bundle config set --local path 'vendor/bundle'; \
|
||||||
bundle install --jobs=4 --retry=3
|
bundle install --jobs=4 --retry=3
|
||||||
|
|
||||||
# Install our process manager / update chromedriver
|
# Install our process manager / update chromedriver
|
||||||
RUN gem install foreman; \
|
RUN sudo gem install foreman; \
|
||||||
bundle exec bin/rails webdrivers:chromedriver:update
|
bundle exec bin/rails webdrivers:chromedriver:update
|
||||||
|
|
||||||
CMD ["foreman", "start"]
|
CMD ["foreman", "start"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue