ar08 commited on
Commit
cdfdc64
·
verified ·
1 Parent(s): 2bc414a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM ghcr.io/opendevin/opendevin
5
  WORKDIR /app
6
 
7
  # Copy requirements file
8
- COPY ./requirements.txt /app/requirements.txt
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 . .