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 \
|
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
|
||||||
|
|
Loading…
Reference in a new issue