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.
2 parents 70a429d + 19fb2c9 commit 4c83f12Copy full SHA for 4c83f12
backend/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
4
5
COPY Pipfile Pipfile.lock ./
6
7
-RUN pip install --no-cache-dir pipenv && pipenv install --dev
+RUN pip install --no-cache-dir pipenv && pipenv install
8
9
COPY app ./app
10
0 commit comments