Fix the jquery requires in the stylesheets and the missing Yarn warning.

This commit is contained in:
Jyri-Petteri Paloposki 2020-08-25 21:46:27 +03:00
parent 998bfa4248
commit e25c50503c
4 changed files with 28 additions and 7 deletions

View file

@ -11,6 +11,10 @@ COPY Gemfile* /app/
RUN gem install bundler
RUN bundle install --jobs 4
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN apt-get update && apt-get install -y yarn
RUN mkdir /app/log
COPY . /app/