This repository has been archived on 2025-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
beets/Dockerfile
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"]