Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,6 @@ WORKDIR /app
|
|
| 8 |
|
| 9 |
# Copy the flows, optional components, and langflow-config-dir folders to the container
|
| 10 |
COPY flows /app/flows
|
| 11 |
-
COPY components /app/components
|
| 12 |
COPY langflow-config-dir /app/langflow-config-dir
|
| 13 |
|
| 14 |
# copy docker.env file
|
|
|
|
| 8 |
|
| 9 |
# Copy the flows, optional components, and langflow-config-dir folders to the container
|
| 10 |
COPY flows /app/flows
|
|
|
|
| 11 |
COPY langflow-config-dir /app/langflow-config-dir
|
| 12 |
|
| 13 |
# copy docker.env file
|