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