beets/Dockerfile

5 lines
90 B
Docker
Raw Normal View History

2022-10-05 07:47:14 +00:00
FROM scratch
RUN echo "hello world"
COPY example.txt /
ENV VAR=1
CMD ["sleep", "infinity"]