Install foreman system wide

This commit is contained in:
Henne Vogelsang 2024-06-07 15:09:31 +02:00
parent 11a20a8286
commit ef9b37f269
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6

View file

@ -21,7 +21,7 @@ RUN bundle config set --local path 'vendor/bundle'; \
bundle install --jobs=4 --retry=3
# Install our process manager / update chromedriver
RUN gem install foreman; \
RUN sudo gem install foreman; \
bundle exec bin/rails webdrivers:chromedriver:update
CMD ["foreman", "start"]