diff --git a/Dockerfile b/Dockerfile index 99882eb..2cdb635 100755 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,7 @@ WORKDIR /app COPY requirements.txt . COPY static static COPY templates templates -COPY main.py . -COPY lib.py . +COPY *.py . RUN pip install --no-cache-dir -r requirements.txt