Removed Docker image build line that updates the CSS asset build filters.

This commit is contained in:
Matt Scott 2023-03-10 18:53:07 -05:00
parent dd867eb4e8
commit 05e2f13701

View File

@ -38,7 +38,7 @@ COPY . /build
# Prepare assets # Prepare assets
RUN yarn install --pure-lockfile --production && \ RUN yarn install --pure-lockfile --production && \
yarn cache clean && \ yarn cache clean && \
sed -i -r -e "s|'rcssmin',\s?'cssrewrite'|'rcssmin'|g" /build/powerdnsadmin/assets.py && \ #sed -i -r -e "s|'rcssmin',\s?'cssrewrite'|'rcssmin'|g" /build/powerdnsadmin/assets.py && \
flask assets build flask assets build
RUN mv /build/powerdnsadmin/static /tmp/static && \ RUN mv /build/powerdnsadmin/static /tmp/static && \