mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 17:24:51 +08:00
Fix compatibility issues of SASSC in production Docker images
This commit is contained in:
parent
882ec711fe
commit
c79b25d5d2
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ RUN apt-get update -qq && \
|
|||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV RAILS_ENV production
|
||||
ENV BUNDLE_BUILD__SASSC=--disable-march-tune-native
|
||||
|
||||
# install gems
|
||||
COPY Gemfile* /usr/src/bundle/
|
||||
|
|
Loading…
Reference in a new issue