mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-12 05:38:24 +02:00
4 lines
61 B
Docker
4 lines
61 B
Docker
FROM docker.io/alpine:latest
|
|
COPY foo /root/bar
|
|
RUN sleep 60
|