Skip to content

Commit

Permalink
fix: k8s environments
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonStuff committed Apr 8, 2024
1 parent 560ec82 commit 7de5660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM python:3.10
# Set the working directory in the container
WORKDIR /usr/src/app

ENV PYTHONUNBUFFERED=1

# Upgrade pip
RUN pip install --upgrade pip

Expand Down

0 comments on commit 7de5660

Please sign in to comment.