Lguyogiro commited on
Commit
4744903
·
1 Parent(s): 4d576e2

remove unnecessary requirements file copying

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