Skip to content

Commit 162cb8e

Browse files
authored
add -I flag (#898)
1 parent 605e54c commit 162cb8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ CMD ["runsvdir", "/opt/ocfweb/services"]
5757

5858
FROM base AS static
5959

60-
RUN /opt/ocfweb/venv/bin/pysassc /opt/ocfweb/ocfweb/static/scss/site.scss /opt/ocfweb/ocfweb/static/scss/site.scss.css
60+
RUN /opt/ocfweb/venv/bin/pysassc -I /opt/ocfweb/bootstrap-scss/assets/stylesheets /opt/ocfweb/ocfweb/static/scss/site.scss /opt/ocfweb/ocfweb/static/scss/site.scss.css
6161
RUN find /opt/ocfweb/ocfweb/ \( -name '*.js' -o -name '*.css' \) -exec yui-compressor -o {} {} \;
6262
RUN mkdir /opt/ocfweb/static
6363
ENV OCFWEB_STATIC_ROOT /opt/ocfweb/static

0 commit comments

Comments
 (0)