root: fix docker build
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
9e29789c09
commit
5c5cd41548
|
@ -39,6 +39,7 @@ COPY --from=web-builder /work/web/robots.txt /work/web/robots.txt
|
|||
COPY --from=web-builder /work/web/security.txt /work/web/security.txt
|
||||
|
||||
COPY ./cmd /work/cmd
|
||||
COPY ./authentik/lib /work/authentik/lib
|
||||
COPY ./web/static.go /work/web/static.go
|
||||
COPY ./internal /work/internal
|
||||
COPY ./go.mod /work/go.mod
|
||||
|
|
Reference in New Issue