Commit 69fa6696066f8e2df34cedd81e6f42c8c9015c2f

Authored by Guilherme Andrade Del Cantoni
1 parent 5ca5be66

Correção de provisionamento do banco de dados SIP

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
Dockerfile
... ... @@ -12,7 +12,7 @@ MAINTAINER PEN - Processo Eletrônico Nacional
12 12  
13 13 ENV TERM xterm
14 14  
15   -# Obtenção do pacote de instalação do Solr 4.0
  15 +# Obtenção do pacote de instalação do Solr
16 16 COPY install.sh /install.sh
17 17 COPY solr-6.1.0.tgz /tmp/
18 18 COPY index/* /tmp/
... ... @@ -21,8 +21,8 @@ RUN bash /install.sh
21 21  
22 22 ##################### FIM DA INSTALACAO #####################
23 23  
24   -# Exposição da porta de conexão ao Apache
  24 +# Exposição da porta de conexão ao Apache Solr
25 25 EXPOSE 8983
26 26  
27   -# Inicialização dos serviços Apache e Memcache
  27 +# Inicialização do Apache Solr
28 28 CMD ["/opt/solr/bin/solr", "start", "-f", "-p", "8983"]
... ...