Skip to content

Commit 5be07ad

Browse files
committed
Remove pipenv check command from Dockerfile
It's outdated command. Depdendancy checking will be make on CI as a separate step
1 parent a4639be commit 5be07ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ WORKDIR /app
88
COPY Pipfile Pipfile.lock ./
99
RUN pipenv install --dev --skip-lock --python $PYTHON_VERSION
1010

11-
RUN pipenv check
1211
COPY . .
1312

1413
EXPOSE 8081

0 commit comments

Comments
 (0)