Commit d7f681448dc1b3cb6aee3c32f12517e7f25eff64
1 parent
cb6e07c1
Exists in
sei-v3.0.0-oracle-dockerimages
and in
3 other branches
Otimização de provisionamento do container SMTP
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Vagrantfile
... | ... | @@ -48,6 +48,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |
48 | 48 | docker.build_image "/mnt/sei/ops/mysql", args: "-t 'processoeletronico/mysql'" |
49 | 49 | docker.build_image "/mnt/sei/ops/sei", args: "-t 'processoeletronico/sei'" |
50 | 50 | docker.build_image "/mnt/sei/ops/jod", args: "-t 'processoeletronico/jod'" |
51 | + docker.pull_images "schickling/mailcatcher" | |
51 | 52 | |
52 | 53 | docker.run "sei_smtp", image: "schickling/mailcatcher", |
53 | 54 | daemonize: true, | ... | ... |