Skip to content

Commit

Permalink
Forgot to pass the argument into Docker ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckinghamAJ committed May 20, 2024
1 parent d97b0b0 commit b6929fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit b6929fa

Please sign in to comment.