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