Files
crypto/run.python.bat
2021-07-14 10:14:16 -04:00

6 lines
166 B
Batchfile

@echo off
set pwd=%cd%
docker run -it -v "%pwd%/backend/python:/app/src" -v "%pwd%/backend/automation/bin:/app/bin" -v "%pwd%/build.sh:/app/build.sh" crypto_python