Spaces:
Sleeping
Sleeping
sqlite error
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 22 |
libpng-dev
|
| 23 |
|
| 24 |
RUN mkdir reports
|
|
|
|
| 25 |
|
| 26 |
# Copy the requirements file into the container at /app.
|
| 27 |
# This is done as a separate step to take advantage of Docker's layer caching.
|
|
|
|
| 22 |
libpng-dev
|
| 23 |
|
| 24 |
RUN mkdir reports
|
| 25 |
+
RUN mkdir data
|
| 26 |
|
| 27 |
# Copy the requirements file into the container at /app.
|
| 28 |
# This is done as a separate step to take advantage of Docker's layer caching.
|