cINAWGD commited on
Commit
a0d837b
·
verified ·
1 Parent(s): e91187b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ WORKDIR /app
21
 
22
  COPY requirements.txt .
23
 
24
- RUN pipenv install --dev --ignore-pipfile
25
  # RUN pipenv install --dev --ignore-pipfile
26
 
27
  COPY . .
 
21
 
22
  COPY requirements.txt .
23
 
24
+ RUN pipenv install
25
  # RUN pipenv install --dev --ignore-pipfile
26
 
27
  COPY . .