ashishbangwal commited on
Commit
ee63782
·
1 Parent(s): 64e01a2

change docker7

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 requirements.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 --no-cache-dir -r requirement.txt
11
 
12
  # Create a non-root user
13
  RUN useradd -m appuser