Skip to content

Commit

Permalink
Add PYTHONUNBUFFERED env var to fix log order
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Feb 5, 2024
1 parent 00a1238 commit 8ef71ec
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
@@ -1,6 +1,8 @@
FROM python:3.12-alpine3.18
LABEL authors="SkriptLang"

ENV PYTHONUNBUFFERED=1

RUN apk add --no-cache git openjdk17
COPY run-tests.py /run-tests.py

Expand Down

0 comments on commit 8ef71ec

Please sign in to comment.