Boilerplate for building a PyInstaller exe in a Windows Docker container.
Add project files to src/
and update requirements.txt
.
Optionally change Dockerfile
to use your preferred version of python.
From a bash environment, run build.sh
. Or, execute the docker commands manually.
PyInstaller exe will be copied to dist/
in the host's project directory.
Alternative feature boilerplates exist on other branches:
master
- windowsservercore, pythonpyodbc
- windowsservercore, python (32bit), MS Access ODBC driver (32bit), pyodbc