From 1ddb55e88f7d5d38ae018d5742a91e00a303b31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Hern=C3=A1ndez=20Bello?= Date: Fri, 6 Dec 2024 17:26:03 +0000 Subject: [PATCH] Include the default config file into the Docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index fa392e1..443f8f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN apk add --no-cache ca-certificates tzdata && \ ADD templates /opt/templates ADD static /opt/static +ADD config.yml /opt COPY --from=builder /opt/registry-ui /opt/ USER nobody