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 a6bc0a3 commit 9a69737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY ./libs /root/aes-ai-tutor/libs
# 安装依赖
WORKDIR /root/aes-ai-tutor/libs
RUN poetry config virtualenvs.create false && \
poetry lock [--no-update]
poetry lock --no-update
RUN poetry install --with lint,test


Expand Down

0 comments on commit 9a69737

Please sign in to comment.