diff --git a/create.dockerfile b/create.dockerfile index 3845dd0..9b06635 100644 --- a/create.dockerfile +++ b/create.dockerfile @@ -6,6 +6,6 @@ RUN apt-get update && apt-get install -y RUN echo $(ls -a) -RUN pip install --no-cache-dir -r requirements.txt +RUN pip install --no-cache-dir -r ./requirements.txt COPY . . \ No newline at end of file