Skip to content

Commit

Permalink
Removed Docker image build line that updates the CSS asset build filt…
Browse files Browse the repository at this point in the history
…ers.
  • Loading branch information
AzorianMatt committed Mar 10, 2023
1 parent dd867eb commit 05e2f13
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 05e2f13

Please sign in to comment.