python-pypi/Dockerfile
2021-06-24 20:33:19 +00:00

5 lines
90 B
Docker

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