rasmodev commited on
Commit
7618bcd
1 Parent(s): 93ee7a7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.11.3-slim
5
  WORKDIR /app
6
 
7
  # Copy the requirements.txt file into the container
8
- COPY ./requirements.txt /app/requirements.txt
9
 
10
  # Install the Python dependencies
11
  RUN pip install -r /app/requirements.txt
 
5
  WORKDIR /app
6
 
7
  # Copy the requirements.txt file into the container
8
+ COPY ./requirements.txt /app
9
 
10
  # Install the Python dependencies
11
  RUN pip install -r /app/requirements.txt