scribbyotx commited on
Commit
48c396e
1 Parent(s): 302a317

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,8 +1,7 @@
1
 
2
  WORKDIR /code
3
 
4
- COPY ./requirements.txt /code/requirements.txt
5
-
6
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
7
 
8
  COPY . .
 
1
 
2
  WORKDIR /code
3
 
4
+ ]
 
5
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
6
 
7
  COPY . .