First time here? Check out the FAQ!

Revision history  [back]

The current directory to use is set with WORKDIR in the Dockerfile. You may also need to set up a file mapping from the host-side directory to that directory in the container configuration in Wing.

One idea is to create a new project from the Project menu and create a new directory and on the second dialog screen a new environment using Docker. That produces a working configuration which you can then compare to what you have. You can run Wing with the --new command line arg to create multiple instances of Wing, so it's easier to do that.

The How-To for using Wing with Docker is at https://wingware.com/doc/howtos/docker in case you didn't already know that. That may also help.