ashishbangwal commited on
Commit
09fd838
·
1 Parent(s): ee63782

change docker9

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  COPY . /app
8
 
9
  # Install any needed packages specified in requirements.txt
10
- RUN pip install --no-cache-dir -r requirement.txt
11
 
12
  # Create a non-root user
13
  RUN useradd -m appuser
 
7
  COPY . /app
8
 
9
  # Install any needed packages specified in requirements.txt
10
+ RUN pip install -r requirement.txt
11
 
12
  # Create a non-root user
13
  RUN useradd -m appuser