mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-06-21 03:55:39 +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
|
# 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.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
*pro_api*
|
**/*pro_api*
|
||||||
*pro.py
|
**/*pro.py
|
||||||
|
**/*pro*
|
||||||
|
**/*utilpro.py
|
||||||
|
|
|
@ -32,7 +32,6 @@ RUN set -ex \
|
||||||
|
|
||||||
# install other py libs - not require compilation
|
# install other py libs - not require compilation
|
||||||
|
|
||||||
|
|
||||||
# copy source files
|
# copy source files
|
||||||
COPY conf /app/conf
|
COPY conf /app/conf
|
||||||
COPY py /app/py
|
COPY py /app/py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue