JackMcKew / pyinstaller-action-windows

Github Action for building executables with Pyinstaller
MIT License
168 stars 67 forks source link

can you use it just with Docker? #5

Closed Schokokex closed 3 years ago

Schokokex commented 3 years ago

hey, im fiddling around with the docker container in the command line at the moment. originally i wanted to adjust the github action and add pyi-makespec main.py or so.. but i gave up :D does anyone know a way to manually execute the steps? What i tried: create Docker Image from Dockerfile and entrypoint -> mkdir src and create main.py and main.spec in src -> docker run -it --rm localImage src then it doesnt find src, of course. any suggestions?

an answer might fit into the Readme.md😉

JackMcKew commented 3 years ago

I'd recommend checking out: https://github.com/cdrx/docker-pyinstaller which may be exactly what you're looking for. This github action is just a modified version of it :)

JackMcKew commented 3 years ago

Closing due to stale