Browse Source

更新Dockerfile

Lu Xianghui 2 weeks ago
parent
commit
a3d3b506c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM python:3.10-alpine
 
 WORKDIR /root/workspace/
-COPY pyproject.toml poetry.lock ./
+COPY pyproject.toml ./
 
 RUN MAIN_VERSION=$(cat /etc/alpine-release | cut -d '.' -f 0-2) \
         && mv /etc/apk/repositories /etc/apk/repositories-bak \