jack 2 months ago
parent
commit
c955177007
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -10,7 +10,7 @@ RUN apt-get update \
 RUN pip install --no-cache-dir poetry -i https://pypi.tuna.tsinghua.edu.cn/simple \
     && poetry config virtualenvs.create false
 
-COPY poetry.lock /env/poetry.lock
+#COPY poetry.lock /env/poetry.lock
 COPY pyproject.toml /env/pyproject.toml