mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +00:00
Fix startup issue
This commit is contained in:
parent
6bcfffa1ee
commit
5bf5472c28
1 changed files with 5 additions and 2 deletions
|
@ -32,8 +32,11 @@ RUN \
|
|||
yarn \
|
||||
# For poltergeist
|
||||
# phantomjs \
|
||||
#firefox-esr && \
|
||||
chromium && \
|
||||
# firefox-esr && \
|
||||
# For apparition
|
||||
chromium chromium-driver && \
|
||||
# Fix URI startup issue && \
|
||||
gem update --system && \
|
||||
# Install bundler and bundle path
|
||||
gem install bundler && \
|
||||
mkdir -p /var/bundle && chown -R web:web /var/bundle
|
||||
|
|
Loading…
Reference in a new issue