mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
10 lines
148 B
Docker
10 lines
148 B
Docker
FROM scratch
|
|
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|
|
|
COPY prebuildfs /
|
|
|
|
COPY rootfs /
|
|
|
|
USER 1001
|
|
ENTRYPOINT [ "/workflow-controller" ]
|