This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2023-04-27 15:10:24 +00:00
|
|
|
FROM ghcr.io/goauthentik/server:latest
|
|
|
|
|
|
|
|
USER root
|
|
|
|
|
2023-05-06 16:15:03 +00:00
|
|
|
HEALTHCHECK --interval=10s CMD exit 0
|
|
|
|
|
|
|
|
RUN pip install --no-cache-dir -r /app-root/requirements-dev.txt
|