mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
9 lines
81 B
Docker
9 lines
81 B
Docker
FROM scratch
|
|
|
|
COPY prebuildfs /
|
|
|
|
COPY rootfs /
|
|
|
|
USER 1001
|
|
ENTRYPOINT [ "/argo" ]
|