nsthorat commited on
Commit
ed1bd48
1 Parent(s): 5437e85
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,6 +15,8 @@ RUN pip install --no-cache-dir -r requirements.txt
15
  COPY .env .
16
  COPY LICENSE .
17
 
 
 
18
  # Copy static files.
19
  COPY /web/blueprint/build ./web/blueprint/build
20
 
 
15
  COPY .env .
16
  COPY LICENSE .
17
 
18
+ COPY /data /data
19
+
20
  # Copy static files.
21
  COPY /web/blueprint/build ./web/blueprint/build
22