Skip to content

Commit

Permalink
Revert "Removed Docker image build line that updates the CSS asset bu…
Browse files Browse the repository at this point in the history
…ild filters."

This reverts commit 05e2f13.
  • Loading branch information
AzorianMatt committed Mar 10, 2023
1 parent 05e2f13 commit 4c24fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY . /build
# Prepare assets
RUN yarn install --pure-lockfile --production && \
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

RUN mv /build/powerdnsadmin/static /tmp/static && \
Expand Down

0 comments on commit 4c24fba

Please sign in to comment.