yasirmalik786 commited on
Commit
c4d460a
·
verified ·
1 Parent(s): 890a359

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /code
7
  COPY ./requirment.txt /code/requirment.txt
8
 
9
  # Install dependencies
10
- RUN pip install --no-cache-dir --upgrade -r /code/requirement.txt
11
 
12
  # Add a non-root user and switch to it
13
  RUN useradd -m user
 
7
  COPY ./requirment.txt /code/requirment.txt
8
 
9
  # Install dependencies
10
+ RUN pip install --no-cache-dir --upgrade -r /code/requirment.txt
11
 
12
  # Add a non-root user and switch to it
13
  RUN useradd -m user