Explorar el Código

更新 'Dockerfile'

clx_IT hace 1 año
padre
commit
c7f4d091bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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