diff --git a/.dockerignore b/.dockerignore index 3e6e368..1d5b15b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -162,5 +162,7 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -*pro_api* -*pro.py \ No newline at end of file +**/*pro_api* +**/*pro.py +**/*pro* +**/*utilpro.py diff --git a/Dockerfile b/Dockerfile index 722c256..fc56c92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,6 @@ RUN set -ex \ # install other py libs - not require compilation - # copy source files COPY conf /app/conf COPY py /app/py