mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 19:59:15 +00:00
This saves a lot of duplicated nasty Makefile code, means and generally cleans things up. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
7 lines
73 B
Docker
7 lines
73 B
Docker
FROM alpine:3.4
|
|
|
|
COPY . /
|
|
|
|
ENTRYPOINT ["/bin/sh", "-c"]
|
|
CMD ["/pad4.sh"]
|