6 lines
166 B
Batchfile
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
|