fffiloni commited on
Commit
f8a5957
·
verified ·
1 Parent(s): 0f8dbb4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ WORKDIR /app
28
  RUN git clone --recursive https://github.com/jnjaby/KEEP.git .
29
 
30
  # Copy the app.py script into the container
31
- COPY app.py /app/
32
 
33
  # Install Python dependencies from requirements.txt
34
  RUN pip install --upgrade pip
 
28
  RUN git clone --recursive https://github.com/jnjaby/KEEP.git .
29
 
30
  # Copy the app.py script into the container
31
+ COPY app.py .
32
 
33
  # Install Python dependencies from requirements.txt
34
  RUN pip install --upgrade pip