samanthakarungi commited on
Commit
b76676d
1 Parent(s): b339d6b

Update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.12.0
5
  COPY . .
6
 
7
  # Set the working directory to /
8
- WORKDIR /app
9
 
10
  # Install requirements.txt
11
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
 
5
  COPY . .
6
 
7
  # Set the working directory to /
8
+ WORKDIR /
9
 
10
  # Install requirements.txt
11
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt