fathos82 commited on
Commit
d514a60
verified
1 Parent(s): 5b545cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -23,6 +23,11 @@ RUN pip install --no-cache-dir --no-deps Resemblyzer==0.1.4
23
 
24
  # Copia o c贸digo do projeto
25
  COPY . .
 
 
 
 
 
26
 
27
  # # Expondo a porta 8000 para o Gunicorn
28
  EXPOSE 8000
 
23
 
24
  # Copia o c贸digo do projeto
25
  COPY . .
26
+ RUN chmod 777 ./error.log
27
+ RUN chmod 777 ./requests.log
28
+
29
+ RUN chmod 777 /usr/src/app/error.log
30
+ RUN chmod 777 /usr/src/app/requests.log
31
 
32
  # # Expondo a porta 8000 para o Gunicorn
33
  EXPOSE 8000