mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-05 06:49:20 +00:00
7 lines
73 B
Docker
7 lines
73 B
Docker
FROM alpine:3.5
|
|
|
|
COPY . /
|
|
|
|
ENTRYPOINT ["/bin/sh", "-c"]
|
|
CMD ["/pad4.sh"]
|