ambon commited on
Commit
1fa863d
·
verified ·
1 Parent(s): 6beb1c5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -18,9 +18,9 @@ ENV PIPENV_VENV_IN_PROJECT=1
18
 
19
  WORKDIR /app
20
 
21
- COPY requirements.txt .
22
 
23
- RUN pipenv install --dev --ignore-pipfile
24
 
25
  COPY . .
26
 
 
18
 
19
  WORKDIR /app
20
 
21
+ # COPY requirements.txt .
22
 
23
+ # RUN pipenv install --dev --ignore-pipfile
24
 
25
  COPY . .
26