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 af82082 commit d9581e6Copy full SHA for d9581e6
Dockerfile
@@ -18,7 +18,7 @@ COPY Pipfile Pipfile.lock ./
18
# RUN pip install pipenv && \
19
# pipenv install --deploy --system
20
RUN pip install pipenv && \
21
- pipenv install --dev
+ pipenv install
22
23
# Copy the source code
24
COPY sources/ ./sources/
Makefile
@@ -2,7 +2,7 @@
2
.DEFAULT_GOAL = help
3
.EXPORT_ALL_VARIABLES:
4
5
-ENV = .env.example
+ENV = .env
6
include $(ENV)
7
8
help:
0 commit comments