Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -8,8 +8,6 @@ COPY requirements.txt requirements.txt
|
|
| 8 |
COPY db_icon.svg db_icon.svg
|
| 9 |
COPY templates/ /app/templates/
|
| 10 |
COPY static/ /app/static
|
| 11 |
-
COPY databases/ app/databases
|
| 12 |
-
COPY uploads/ app/uploads
|
| 13 |
COPY merge_sql_nosql.py merge_sql_nosql.py
|
| 14 |
|
| 15 |
# Install dependencies
|
|
|
|
| 8 |
COPY db_icon.svg db_icon.svg
|
| 9 |
COPY templates/ /app/templates/
|
| 10 |
COPY static/ /app/static
|
|
|
|
|
|
|
| 11 |
COPY merge_sql_nosql.py merge_sql_nosql.py
|
| 12 |
|
| 13 |
# Install dependencies
|