Skip to content

Commit d9581e6

Browse files
committed
chore: update Dockerfile to install production dependencies and change Makefile environment variable
1 parent af82082 commit d9581e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY Pipfile Pipfile.lock ./
1818
# RUN pip install pipenv && \
1919
# pipenv install --deploy --system
2020
RUN pip install pipenv && \
21-
pipenv install --dev
21+
pipenv install
2222

2323
# Copy the source code
2424
COPY sources/ ./sources/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.DEFAULT_GOAL = help
33
.EXPORT_ALL_VARIABLES:
44

5-
ENV = .env.example
5+
ENV = .env
66
include $(ENV)
77

88
help:

0 commit comments

Comments
 (0)