Do0rMaMu commited on
Commit
b627148
·
verified ·
1 Parent(s): ac7b208

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /code
8
  COPY . .
9
 
10
  # Install any needed packages specified in requirements.txt
11
- RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Make port 8000 available to the world outside this container
14
  EXPOSE 8000
 
8
  COPY . .
9
 
10
  # Install any needed packages specified in requirements.txt
11
+ RUN pip install -r requirements.txt
12
 
13
  # Make port 8000 available to the world outside this container
14
  EXPOSE 8000