Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
849a10a5bdcced29142d3a03540d5507abe903a6
Authored by
João Vitor Rebouças
2017-05-07 02:19:56 -0300
1 parent
2397605e
Exists in
coppe
Atualizando maintainer
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Dockerfile
Side-by-side Diff
Inline Diff
Dockerfile
Wrap text
Diff comments
View file @
849a10a
1
1
FROM ubuntu:14.04
2
2
MAINTAINER Jonathan Brilhante
3
+MAINTAINER CAPGov-INFRA
3
4
4
5
COPY ./core/translator.py /home/vlibras/translator.py
5
6
COPY ./core/renderer.py /home/vlibras/renderer.py
...
...