Feat (WIP): Lanzamiento de entorno vivo

This commit is contained in:
2024-06-20 12:28:29 -05:00
parent db7ed16ec5
commit 05810b473b
10 changed files with 55 additions and 219 deletions

View File

@@ -11,7 +11,7 @@ end
desc 'poblar entorno'
task :init => [:up] do
compose('exec', 'test.dev', 'pip3 install psycopg2 flake8 trytond==7.0.0')
compose('exec', 'test.dev', 'pip3 install psycopg2 flake8 trytond==6.8.0')
compose('exec', 'test.dev', "bash .dev/install_module.sh")
end