427e74d36f
Alpine Linux based.
4 linhas
57 B
Docker
4 linhas
57 B
Docker
FROM alpine:3.1
|
|
COPY Hello /
|
|
CMD ["/bin/cat", "/Hello"]
|