Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -35,7 +35,7 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
|
|
| 35 |
|
| 36 |
# Create app directories with permissions
|
| 37 |
RUN mkdir -p /app/nltk_data /app/.config/matplotlib \
|
| 38 |
-
&& mkdir -p /app/cache /app/data /app/logs /app/static \
|
| 39 |
&& chmod -R 777 /app/cache /app/data /app/logs /app/static /app/medicationCategories /app/reports \
|
| 40 |
&& chmod -R 777 /app
|
| 41 |
|
|
|
|
| 35 |
|
| 36 |
# Create app directories with permissions
|
| 37 |
RUN mkdir -p /app/nltk_data /app/.config/matplotlib \
|
| 38 |
+
&& mkdir -p /app/cache /app/data /app/logs /app/static /app/tmp \
|
| 39 |
&& chmod -R 777 /app/cache /app/data /app/logs /app/static /app/medicationCategories /app/reports \
|
| 40 |
&& chmod -R 777 /app
|
| 41 |
|