Describe the bug
Upon returning the terminal command to run, "docker run --rm -ti -v $PWD/app:/app dev/crypto-signals:latest", I'm receiving Traceback errors. Did steps all in order on my OSX, upgraded to python3, git, pip...
Additional context
Only modifications have been done to the config.yml folder, I copied it directly into the "app" folder.
Within Dockers image itself, logs states "python: can't open file 'app.py': [Errno 2] No such file or directory".
Used xcode to edit properly, seems to have done the trick. Problem was on the indicators section, used the example provided and edited accordingly into the code. Works well!
Describe the bug Upon returning the terminal command to run, "docker run --rm -ti -v $PWD/app:/app dev/crypto-signals:latest", I'm receiving Traceback errors. Did steps all in order on my OSX, upgraded to python3, git, pip...
config.yml
Machine
Additional context Only modifications have been done to the config.yml folder, I copied it directly into the "app" folder. Within Dockers image itself, logs states "python: can't open file 'app.py': [Errno 2] No such file or directory".