mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-03 20:57:45 +00:00
add 'custom_css' setting to model; check for 'custom_css' in template; create custom css dir in dockerfile
This commit is contained in:
@ -94,6 +94,8 @@ RUN apk add --no-cache mariadb-connector-c postgresql-client py3-gunicorn py3-ps
|
||||
COPY --from=builder /usr/bin/flask /usr/bin/
|
||||
COPY --from=builder /usr/lib/python3.8/site-packages /usr/lib/python3.8/site-packages/
|
||||
COPY --from=builder --chown=root:${USER} /app /app/
|
||||
# Create directory for custom css
|
||||
RUN mkdir /app/powerdnsadmin/static/custom
|
||||
COPY ./docker/entrypoint.sh /usr/bin/
|
||||
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user