Skip to content

Commit

Permalink
chore,fix: warnings in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
1ukastesar authored and solumath committed Sep 26, 2024
1 parent cc8bd91 commit 6f3203f
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,7 +1,7 @@
FROM python:3.12-alpine3.19

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV TZ=Europe/Prague

# cairo - /room - for generating images
Expand Down

0 comments on commit 6f3203f

Please sign in to comment.