This repository has been archived on 2025-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
beets/Dockerfile
T
2022-10-05 07:47:14 +00:00

5 lines
90 B
Docker

FROM scratch
RUN echo "hello world"
COPY example.txt /
ENV VAR=1
CMD ["sleep", "infinity"]