Skip to content

Commit

Permalink
Fix deprecation warning in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Oct 17, 2024
1 parent 0b6faa2 commit d6b361a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.10-slim-buster

ENV PYTHONUNBUFFERED True
ENV PYTHONUNBUFFERED=True

#ENV PYTHONASYINCIODEBUG 1
#ENV PYTHONASYINCIODEBUG=1

WORKDIR /app

Expand Down

0 comments on commit d6b361a

Please sign in to comment.