We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4639be commit 5be07adCopy full SHA for 5be07ad
Dockerfile
@@ -8,7 +8,6 @@ WORKDIR /app
8
COPY Pipfile Pipfile.lock ./
9
RUN pipenv install --dev --skip-lock --python $PYTHON_VERSION
10
11
-RUN pipenv check
12
COPY . .
13
14
EXPOSE 8081
0 commit comments