Python build image
This commit is contained in:
5
run.python.bat
Normal file
5
run.python.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@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
|
Reference in New Issue
Block a user