We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92adb3c commit f652862Copy full SHA for f652862
Dockerfile
@@ -6,7 +6,7 @@ RUN mkdir /app
6
WORKDIR /app
7
8
COPY Pipfile Pipfile.lock ./
9
-RUN pipenv install --dev
+RUN pipenv install --dev --skip-lock --python $PYTHON_VERSION
10
11
RUN pipenv check
12
COPY . .
0 commit comments