浏览代码

更新Dockerfile

Lu Xianghui 2 周之前
父节点
当前提交
a3d3b506c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 \