Files
latest_release_exporter/Dockerfile
2023-08-17 00:34:12 +02:00

7 lines
187 B
Docker

FROM registry.access.redhat.com/ubi9/python-311:1-17.1690899890
USER 0
COPY /app/. /app
RUN pip install --upgrade pip \
pip install -r /app/requirements.txt
CMD python /app/script.py