Skip to content

Commit ca1a0ae

Browse files
feat: update the Dockerfile
1 parent 375284c commit ca1a0ae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ COPY . /app/
77

88
# Install uv
99
RUN chmod +x entrypoint.sh && apt-get update -y && pip install uv
10-
# Add uv to PATH
11-
ENV PATH="/root/.local/bin:$PATH"
1210

1311
# Code file to execute when the docker container starts up (`entrypoint.sh`)
1412
ENTRYPOINT ["/app/entrypoint.sh"]

0 commit comments

Comments
 (0)