Skip to content

Commit

Permalink
logging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Mar 28, 2024
1 parent 7c8c26e commit 785ecf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.10.14-slim
LABEL org.opencontainers.image.description Orijen UDF Service for F5XC

ENV PYTHONUNBUFFERED=1
WORKDIR /app
COPY app .
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 785ecf3

Please sign in to comment.