Python build image
This commit is contained in:
6
build.sh
Normal file
6
build.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
pyinstaller -F -n coingecko --clean --log-level DEBUG --distpath /app/bin/ /app/src/coingecko.py
|
||||
pyinstaller -F -n mindicador --clean --log-level DEBUG --distpath /app/bin/ /app/src/miindicador.py
|
||||
#python -m nuitka --follow-imports --standalone --output-dir="/app/bin" /app/src/coingecko.py
|
||||
#python -m nuitka --follow-imports --standalone --output-dir="/app/bin" /app/src/miindicador.py
|
Reference in New Issue
Block a user