Fix startup issue

This commit is contained in:
Ari Timonen 2023-02-19 18:39:51 +02:00
parent 6bcfffa1ee
commit 5bf5472c28

View file

@ -32,8 +32,11 @@ RUN \
yarn \ yarn \
# For poltergeist # For poltergeist
# phantomjs \ # phantomjs \
#firefox-esr && \ # firefox-esr && \
chromium && \ # For apparition
chromium chromium-driver && \
# Fix URI startup issue && \
gem update --system && \
# Install bundler and bundle path # Install bundler and bundle path
gem install bundler && \ gem install bundler && \
mkdir -p /var/bundle && chown -R web:web /var/bundle mkdir -p /var/bundle && chown -R web:web /var/bundle