cdrx / docker-pyinstaller

PyInstaller for Linux and Windows inside Docker
MIT License
616 stars 238 forks source link

Script.py file not getting updated while running docker command on linux #122

Open akash-s-simformsolutions opened 1 year ago

akash-s-simformsolutions commented 1 year ago

Hello guys,

I want to build windows exe on linux machine so i have tried to run below command which runs fine on my local machine but when i am trying to run on docker ( its running docker command insider docker) It's not considering script.py file. and it gives error that z:\src\script.py file not found.

image

can anyone please help if anybody has faced such issue