Include the default config file into the Docker image

This commit is contained in:
Enrique Hernández Bello 2024-12-06 17:26:03 +00:00
parent c4a70ba1df
commit 1ddb55e88f
No known key found for this signature in database
GPG Key ID: 420F5E083412F1D5

View File

@ -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