Spaces:
Build error
Build error
Update Dockerfile for correct directory structure
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -14,7 +14,8 @@ COPY . .
|
|
14 |
RUN mkdir -p /app/dify-main/docker
|
15 |
|
16 |
# Copy configuration files
|
17 |
-
RUN cp /app/docker/.env.example /app/dify-main/docker/.env
|
|
|
18 |
|
19 |
# Debug: List contents
|
20 |
RUN echo "=== Listing /app contents ===" && \
|
|
|
14 |
RUN mkdir -p /app/dify-main/docker
|
15 |
|
16 |
# Copy configuration files
|
17 |
+
RUN cp /app/docker/.env.example /app/dify-main/docker/.env && \
|
18 |
+
cp /app/docker/docker-compose.yaml /app/dify-main/docker/docker-compose.yaml
|
19 |
|
20 |
# Debug: List contents
|
21 |
RUN echo "=== Listing /app contents ===" && \
|