Skip to content

Commit

Permalink
chore: remove pip index-url config
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector committed Jun 21, 2024
1 parent 42d0302 commit 5200d63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ COPY --from=build /dist /dist
RUN apt update
RUN apt install -y build-essential

RUN pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
RUN pip install /dist/pyprojects/secretnote/dist/*.whl

WORKDIR /root
Expand Down

0 comments on commit 5200d63

Please sign in to comment.