Skip to content

Commit dd1c3e4

Browse files
authored
fix(docker-build): uv install (#181)
1 parent 7f041e8 commit dd1c3e4

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
@@ -7,8 +7,8 @@ WORKDIR /code
77

88
RUN apk add --no-cache tzdata && \
99
cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && \
10-
echo "Asia/Tehran" > /etc/timezone \
11-
pip install --no-cache-dir --upgrade uv \
10+
echo "Asia/Tehran" > /etc/timezone && \
11+
pip install --no-cache-dir --upgrade uv && \
1212
rm -rf /var/cache/apk/*
1313

1414
COPY . .

0 commit comments

Comments
 (0)