Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ WORKDIR /app
|
|
21 |
|
22 |
COPY requirements.txt .
|
23 |
|
24 |
-
RUN pipenv install
|
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 . .
|