mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-07-18 16:21:24 +00:00
Include the default config file into the Docker image
This commit is contained in:
parent
c4a70ba1df
commit
1ddb55e88f
@ -21,6 +21,7 @@ RUN apk add --no-cache ca-certificates tzdata && \
|
|||||||
|
|
||||||
ADD templates /opt/templates
|
ADD templates /opt/templates
|
||||||
ADD static /opt/static
|
ADD static /opt/static
|
||||||
|
ADD config.yml /opt
|
||||||
COPY --from=builder /opt/registry-ui /opt/
|
COPY --from=builder /opt/registry-ui /opt/
|
||||||
|
|
||||||
USER nobody
|
USER nobody
|
||||||
|
Loading…
Reference in New Issue
Block a user