Skip to content

Commit 9680f1c

Browse files
committed
Fix missing bindings for node-sass
1 parent 72d6794 commit 9680f1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive
88
RUN npm install -g bower \
99
&& npm install \
1010
&& chown -R node:node /app \
11+
&& npm rebuild node-sass
1112
&& npm cache clean --force
1213

1314
USER node

0 commit comments

Comments
 (0)