Documentation, Fix

This commit is contained in:
Lukas
2023-03-08 08:52:27 +01:00
parent 4933351ac1
commit d055fd83c5
6 changed files with 144 additions and 4 deletions

View File

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