Spaces:
Running
Running
One last try
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -37,6 +37,9 @@ COPY app.py .
|
|
37 |
COPY models.py .
|
38 |
COPY test_functions.py .
|
39 |
|
|
|
|
|
|
|
40 |
COPY assets/ assets/
|
41 |
|
42 |
ENV VIRTUAL_ENV=/app/venv
|
|
|
37 |
COPY models.py .
|
38 |
COPY test_functions.py .
|
39 |
|
40 |
+
COPY examples/ /app/examples/
|
41 |
+
RUN chmod -R 777 /app/examples/
|
42 |
+
|
43 |
COPY assets/ assets/
|
44 |
|
45 |
ENV VIRTUAL_ENV=/app/venv
|