We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527e1be commit bc99fbeCopy full SHA for bc99fbe
1 file changed
Dockerfile
@@ -23,7 +23,14 @@ RUN --mount=type=cache,target=/root/.cache/pip \
23
python -m pip install -r requirements.txt
24
25
USER appuser
26
-
+ARG MAILJET_API_KEY
27
+ARG MAILJET_API_SECRET
28
+ARG MAILJET_DEFAULT_SENDER
29
+ARG PG_HOST
30
+ARG PG_PORT
31
+ARG PG_USER
32
+ARG PG_PASSWORD
33
+ARG PG_DB
34
COPY . .
35
36
# Copy and load environment variables
0 commit comments