Skip to content

Commit c85a6f6

Browse files
committed
reformat
1 parent dfaa9b8 commit c85a6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ARG PYTHON_VERSION=3.10.0
22
FROM python:${PYTHON_VERSION}-slim AS builder
33

4-
ENV PYTHONDONTWRITEBYTECODE=1
5-
ENV PYTHONUNBUFFERED=1
4+
ENV PYTHONDONTWRITEBYTECODE=1 \
5+
PYTHONUNBUFFERED=1
66

77
WORKDIR /build
88
COPY requirements.txt .

0 commit comments

Comments
 (0)