Browse Source

更新 'Dockerfile'

clx_IT 1 year ago
parent
commit
c7f4d091bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM python:3.10
 
 WORKDIR /code
 
-COPY ./requirements.txt /code2/requirements.txt
+COPY ./requirements.txt /code/requirements.txt
 
 RUN pip install --no-cache-dir --upgrade -r /code2/requirements.txt