feat(module): Add module for google integration
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -10,7 +10,7 @@ end
|
||||
|
||||
desc 'poblar entorno'
|
||||
task :init => [:up] do
|
||||
compose('exec', 'test.dev', 'pip3 install psycopg2 flake8')
|
||||
compose('exec', 'test.dev', 'pip3 install psycopg2-binary flake8 --break-system-packages')
|
||||
compose('exec', 'test.dev', "bash .dev/install_module.sh")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user