Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM ghcr.io/opendevin/opendevin
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Copy requirements file
|
8 |
-
COPY ./
|
9 |
|
10 |
# Copy the rest of the application files
|
11 |
COPY . .
|
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Copy requirements file
|
8 |
+
COPY ./opendevin /app/
|
9 |
|
10 |
# Copy the rest of the application files
|
11 |
COPY . .
|