Skip to content

Commit

Permalink
Merge remote-tracking branch 'chrisss404/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoduykhanh committed Dec 21, 2019
2 parents 1ea460f + 451626f commit 49908b9
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 @@ -34,7 +34,7 @@ COPY . /build
# Prepare assets
RUN yarn install --pure-lockfile --production && \
yarn cache clean && \
sed -i -e "s|'cssmin','cssrewrite'|'cssmin'|g" /build/powerdnsadmin/assets.py && \
sed -i -r -e "s|'cssmin',\s?'cssrewrite'|'cssmin'|g" /build/powerdnsadmin/assets.py && \
flask assets build

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

0 comments on commit 49908b9

Please sign in to comment.