Files
crypto/run.python.bat

6 lines
166 B
Batchfile
Raw Permalink Normal View History

2021-07-14 10:14:16 -04:00
@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