Add tag argument to Dockerfile
This commit is contained in:
parent
6ea98cfd1c
commit
0e316b27b1
@ -1,4 +1,5 @@
|
|||||||
FROM ghcr.io/goauthentik/server:latest
|
ARG TAG="latest"
|
||||||
|
FROM ghcr.io/goauthentik/server:${TAG}
|
||||||
|
|
||||||
COPY ./custom.css /web/dist/custom.css
|
COPY ./custom.css /web/dist/custom.css
|
||||||
COPY ./assets/icons/ /web/dist/assets/icons/
|
COPY ./assets/icons/ /web/dist/assets/icons/
|
||||||
|
Loading…
Reference in New Issue
Block a user