Commit 60f8d80728b3e04b3fdef72efb4aef7312b39970

Authored by Rafael Ximenes
1 parent e364ec48
Exists in master

alterando enconding e imagem de hub.docker

docker/conf/httpd.conf
@@ -53,6 +53,8 @@ LoadModule negotiation_module modules/mod_negotiation.so @@ -53,6 +53,8 @@ LoadModule negotiation_module modules/mod_negotiation.so
53 53
54 Header set Access-Control-Allow-Origin "*" 54 Header set Access-Control-Allow-Origin "*"
55 55
  56 +AddDefaultCharset ISO-8859-1
  57 +
56 AddType application/x-font-woff .woff 58 AddType application/x-font-woff .woff
57 59
58 AddHandler type-map .var 60 AddHandler type-map .var
docker/docker-compose.yml
@@ -12,5 +12,5 @@ web: @@ -12,5 +12,5 @@ web:
12 ports: 12 ports:
13 - 80:80/tcp 13 - 80:80/tcp
14 tty: true 14 tty: true
15 - image: hub.docker.planejamento.gov.br/barra-brasil:2.1.21 15 + image: barrabrasil/barra-brasil:${VERSION}
16 stdin_open: true 16 stdin_open: true