Browse Source

更新 'Dockerfile'

clx_IT 1 năm trước cách đây
mục cha
commit
c7f4d091bd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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