first commit
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user