Skip to content

Commit 15643f8

Browse files
committed
fix
1 parent 9515ce6 commit 15643f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim
1+
FROM registry.access.redhat.com/ubi8/python-39
22

33
# Fix the ENV format warning
44
ENV PYTHONUNBUFFERED=1
@@ -7,6 +7,6 @@ RUN pip install --no-cache-dir requests
77

88
COPY . /app
99
WORKDIR /app
10-
RUN chmod +x /app/main.py
10+
RUN chmod +x main.py
1111

1212
ENTRYPOINT ["python", "/app/main.py"]

0 commit comments

Comments
 (0)