radarr/Dockerfile

5 lines
90 B
Docker
Raw Normal View History

2021-07-25 19:35:12 +00:00
FROM scratch
RUN echo "hello world"
COPY example.txt /
ENV VAR=1
CMD ["sleep", "infinity"]