mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Fix the jquery requires in the stylesheets and the missing Yarn warning.
This commit is contained in:
parent
998bfa4248
commit
e25c50503c
4 changed files with 28 additions and 7 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue