Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ COPY requirements.txt requirements.txt
|
|
| 8 |
COPY templates/ /app/templates/
|
| 9 |
COPY static/ /app/static
|
| 10 |
COPY merge_sql_nosql.py merge_sql_nosql.py
|
|
|
|
| 11 |
|
| 12 |
# Install dependencies
|
| 13 |
RUN pip install -r requirements.txt
|
|
|
|
| 8 |
COPY templates/ /app/templates/
|
| 9 |
COPY static/ /app/static
|
| 10 |
COPY merge_sql_nosql.py merge_sql_nosql.py
|
| 11 |
+
COPY app.py app.py
|
| 12 |
|
| 13 |
# Install dependencies
|
| 14 |
RUN pip install -r requirements.txt
|