mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-06-20 19:45:40 +02:00
fix docker image related bugs
This commit is contained in:
parent
4d88475e7e
commit
cd89bc8ac7
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue