Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|