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

7 lines
188 B
Docker

ARG TAG="latest"
FROM ghcr.io/goauthentik/server:${TAG}
COPY ./custom.css /web/dist/custom.css
COPY ./assets/icons/ /web/dist/assets/icons/
COPY ./assets/images/ /web/dist/assets/images/