fix docker image related bugs

This commit is contained in:
sepehr 2024-07-24 19:44:43 +03:30
parent 4d88475e7e
commit cd89bc8ac7
2 changed files with 4 additions and 3 deletions

View file

@ -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
**/*pro_api*
**/*pro.py
**/*pro*
**/*utilpro.py

View file

@ -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