mirror of
https://github.com/bitnami/containers.git
synced 2026-02-27 15:07:25 +08:00
9 lines
96 B
Docker
9 lines
96 B
Docker
FROM scratch
|
|
|
|
COPY prebuildfs /
|
|
|
|
COPY rootfs /
|
|
|
|
USER 1001
|
|
ENTRYPOINT [ "/workflow-controller" ]
|