5 lines
103 B
Docker
5 lines
103 B
Docker
FROM scratch
|
|
LABEL org.opencontainers.image.source=https://github.com/apple/containerization
|
|
ADD . .
|
|
|