mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +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/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV RAILS_ENV production
|
ENV RAILS_ENV production
|
||||||
|
ENV BUNDLE_BUILD__SASSC=--disable-march-tune-native
|
||||||
|
|
||||||
# install gems
|
# install gems
|
||||||
COPY Gemfile* /usr/src/bundle/
|
COPY Gemfile* /usr/src/bundle/
|
||||||
|
|
Loading…
Reference in a new issue