811d50f84b
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
8 lines
155 B
Docker
8 lines
155 B
Docker
FROM ghcr.io/goauthentik/server:latest
|
|
|
|
USER root
|
|
|
|
HEALTHCHECK --interval=10s CMD exit 0
|
|
|
|
RUN pip install --no-cache-dir -r /app-root/requirements-dev.txt
|