PauloFN commited on
Commit
b328cfc
·
1 Parent(s): f71ce3d

sqlite error

Browse files
Files changed (1) hide show
  1. 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.