Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankGTY committed Sep 26, 2024
1 parent 3cfcfd9 commit a6bc0a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ COPY ./libs /root/aes-ai-tutor/libs

# 安装依赖
WORKDIR /root/aes-ai-tutor/libs
RUN poetry config virtualenvs.create false
RUN poetry config virtualenvs.create false && \
poetry lock [--no-update]
RUN poetry install --with lint,test


Expand Down

0 comments on commit a6bc0a3

Please sign in to comment.