From b6929fa0475ebedbdd74ea87858a72bceb476438 Mon Sep 17 00:00:00 2001 From: Adam Buckingham Date: Mon, 20 May 2024 14:35:57 -0400 Subject: [PATCH] Forgot to pass the argument into Docker ENV --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 58d190b..88f6c12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,9 @@ COPY server/ ./server COPY bin/copy_certs.sh ./ COPY certs/ ./certs + +ARG LOGIN_PRIVATE_KEY +ENV LOGIN_PRIVATE_KEY=${LOGIN_PRIVATE_KEY} RUN /opt/api/copy_certs.sh