7 lines
188 B
Docker
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/
|