This repository has been archived on 2025-06-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
authentik/Dockerfile
2024-11-30 14:33:57 +11:00

6 lines
171 B
Docker

FROM ghcr.io/goauthentik/server:latest
COPY ./custom.css /web/dist/custom.css
COPY ./assets/icons/ /web/dist/assets/icons/
COPY ./assets/images/ /web/dist/assets/images/