authentik/Dockerfile

6 lines
171 B
Docker
Raw Normal View History

2024-11-30 14:33:57 +11:00
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/