Commit a01866631cf9be2d86c112ff0bd3bef915e32509
1 parent
0b45fcc6
Exists in
master
Corringido Dockerfile do videos e melhorando parte do build do wikilibras no manual
Showing
3 changed files
with
1 additions
and
1 deletions
Show diff stats
Manual de Migração Vlibras 2.0.odt
No preview for this file type
No preview for this file type
vlibras-video/Dockerfile
| ... | ... | @@ -23,7 +23,6 @@ COPY ./vlibras-video/core/renderer.py /home/vlibras/renderer.py |
| 23 | 23 | COPY ./vlibras-video/core/translator.py /home/vlibras/translator.py |
| 24 | 24 | COPY ./vlibras-video/core/PikaManager.py /home/vlibras/PikaManager.py |
| 25 | 25 | COPY ./vlibras-video/core/processManager.py /home/vlibras/processManager.py |
| 26 | -COPY ./vlibras-video/log/ /home/vlibras/log/ | |
| 27 | 26 | COPY ./vlibras-commons/unityVideo/ /home/vlibras/unityVideo/ |
| 28 | 27 | COPY ./vlibras-commons/vlibras-translate/ /home/vlibras/vlibras-translate/ |
| 29 | 28 | COPY ./vlibras-commons/vlibras-libs/ /home/vlibras/vlibras-libs/ |
| ... | ... | @@ -45,6 +44,7 @@ RUN apt-get -y update && \ |
| 45 | 44 | mkdir -p /storage/libras/ && \ |
| 46 | 45 | mkdir -p /storage/frames/ && \ |
| 47 | 46 | mkdir -p /home/vlibras/vlibras-api/uploads/ && \ |
| 47 | + mkdir -p /home/vlibras/log && \ | |
| 48 | 48 | chown -R vlibras /storage/ |
| 49 | 49 | |
| 50 | 50 | WORKDIR /home/vlibras/vlibras-api/ | ... | ... |