We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605e54c commit 162cb8eCopy full SHA for 162cb8e
1 file changed
Dockerfile
@@ -57,7 +57,7 @@ CMD ["runsvdir", "/opt/ocfweb/services"]
57
58
FROM base AS static
59
60
-RUN /opt/ocfweb/venv/bin/pysassc /opt/ocfweb/ocfweb/static/scss/site.scss /opt/ocfweb/ocfweb/static/scss/site.scss.css
+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
61
RUN find /opt/ocfweb/ocfweb/ \( -name '*.js' -o -name '*.css' \) -exec yui-compressor -o {} {} \;
62
RUN mkdir /opt/ocfweb/static
63
ENV OCFWEB_STATIC_ROOT /opt/ocfweb/static
0 commit comments