소스 검색

修改配置文件

mengqiankang 1 개월 전
부모
커밋
848a3bdb9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      alien_store/Dockerfile

+ 1 - 1
alien_store/Dockerfile

@@ -12,7 +12,7 @@ RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple \
 COPY pyproject.toml poetry.lock ./
 
 RUN poetry source add --priority=primary tsinghua https://pypi.tuna.tsinghua.edu.cn/simple || true \
-    && poetry install --no-root --no-interaction --no-ansi
+  && poetry lock /  && poetry install --no-root --no-interaction --no-ansi
 
 COPY . .