Added batch scripts to run/develop the app on Windows

This commit is contained in:
2023-05-08 12:57:03 -04:00
parent 950b12ee10
commit d6a72fcee3
2 changed files with 6 additions and 0 deletions

3
bin/docker-composer.bat Normal file
View File

@ -0,0 +1,3 @@
@ECHO OFF
docker run --rm -w "/usr/src/colossus" -v "%cd%:/usr/src/colossus" --name colossus_composer composer "%*"