remove node-sass rebuild from Dockerfile.frontend (#11)

* native modules no longer used for sass so no rebuild required (adoption of `dart-sass`)
* https://github.com/wagtail/wagtail/pull/6033
* 7eeb44ad04
pull/14/head
LB (Ben Johnston) 2020-05-19 19:30:52 +10:00 zatwierdzone przez GitHub
rodzic 27840f970d
commit 659947337c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -6,5 +6,3 @@ COPY ./wagtail/package.json ./package.json
RUN npm i npm@latest -g
RUN npm --prefix / install
RUN npm install npm-run-all gulp webpack /
RUN node /node_modules/node-sass/scripts/install.js
RUN npm rebuild node-sass