Import changes from GitHub
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-07-25 21:39:25 +02:00
parent 4acfd10102
commit 193779068e
4 changed files with 26 additions and 7 deletions

View File

@ -1,5 +1,4 @@
FROM scratch
RUN echo "hello world"
COPY example.txt /
ENV VAR=1
CMD ["sleep", "infinity"]
FROM linuxserver/radarr:nightly
LABEL maintainer="lukas@kucharczyk.xyz"
COPY healthcheck.sh /
HEALTHCHECK CMD /healthcheck.sh