Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget -qnv https://chromedriver.storage.googleapis.com/LATEST_RELEASE -O - |
mv chromedriver /usr/bin/

#######################################################################################################################
FROM ruby:2.5.8
FROM ruby:2.6.10

RUN mkdir -p /var/log/supervisor

Expand All @@ -37,4 +37,7 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

RUN gem install bundler
RUN curl -0 -L http://npmjs.org/install.sh | sh
RUN curl -0 -L https://registry.npmjs.org/npm/-/npm-6.4.1.tgz | tar zxvf - && cd package && ./configure && make && make install

WORKDIR /usr/src/app
RUN rm -rf ./package