Feat (WIP): Lanzamiento de entorno vivo
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user