Closed kraineff closed 4 years ago
I wouldn't do this. If it's for testing a new worker, better test it in a venv, or create your own Docker image with docker build
that includes the new worker file.
How I can make a build from local folder using Docker Compose?
Just do a docker build . -t tagyouwanttouse
.
ok, thanks!
Is it possible to add Custom Worker python file over Docker Compose Volume?