mirror of
https://github.com/apple/container.git
synced 2026-09-10 09:45:39 +00:00
5 lines
103 B
Docker
5 lines
103 B
Docker
FROM scratch
|
|
LABEL org.opencontainers.image.source=https://github.com/apple/containerization
|
|
ADD . .
|
|
|