jack hace 4 meses
padre
commit
c955177007
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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