chenguittiMaroua commited on
Commit
2c9e953
·
verified ·
1 Parent(s): 56041e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,8 +4,8 @@ FROM python:3.10
4
  WORKDIR /ASF
5
 
6
  # Copy the requirements file and install dependencies
7
- COPY ./requirements.txt /ASF/requirements.txt
8
- RUN pip install --no-cache-dir --upgrade -r /ASF/requirements.txt
9
 
10
  # Create a user and switch to it
11
  RUN useradd user
 
4
  WORKDIR /ASF
5
 
6
  # Copy the requirements file and install dependencies
7
+ COPY ./requirements.txt /asf-app/requirements.txt
8
+ RUN pip install --no-cache-dir --upgrade -r /asf-app/requirements.txt
9
 
10
  # Create a user and switch to it
11
  RUN useradd user