Commit 73cbba9320f2ec209541dc7d38e657f466132725
1 parent
ef53a598
Exists in
master
Modificando build para docker
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
build.sh
@@ -23,6 +23,13 @@ then | @@ -23,6 +23,13 @@ then | ||
23 | cp templates/$profile/barra-brasil-en.js static/ #Copiando enquanto a barra é estática. | 23 | cp templates/$profile/barra-brasil-en.js static/ #Copiando enquanto a barra é estática. |
24 | cp templates/$profile/barra-brasil-fr.js static/ #Copiando enquanto a barra é estática. | 24 | cp templates/$profile/barra-brasil-fr.js static/ #Copiando enquanto a barra é estática. |
25 | cp templates/$profile/barra-brasil-es.js static/ #Copiando enquanto a barra é estática. | 25 | cp templates/$profile/barra-brasil-es.js static/ #Copiando enquanto a barra é estática. |
26 | + cp templates/$profile/barra-brasil.js ../docker/public_html/barra.js.pt-br #Copiando enquanto a barra é estática. | ||
27 | + cp templates/$profile/barra-brasil-en.js ../docker/public_html/barra.js.en #Copiando enquanto a barra é estática. | ||
28 | + cp templates/$profile/barra-brasil-fr.js ../docker/public_html/barra.js.fr #Copiando enquanto a barra é estática. | ||
29 | + cp templates/$profile/barra-brasil-es.js ../docker/public_html/barra.js.es #Copiando enquanto a barra é estática. | ||
30 | + cp templates/exemplo.html ../docker/public_html/index.html #Copiando enquanto a barra é estática. | ||
31 | + cp static/opensans-bold.woff ../docker/public_html/ #Copiando enquanto a barra é estática. | ||
32 | + echo "Copiado" | ||
26 | else | 33 | else |
27 | echo "Erro. O profile '$profile' não existe." | 34 | echo "Erro. O profile '$profile' não existe." |
28 | fi | 35 | fi |