|
|
@@ -8,6 +8,7 @@ RUN python3 -m pip install --upgrade pip
|
|
|
RUN pip install --user --no-cache-dir -r requirements.txt
|
|
|
|
|
|
COPY ./nginx/default.conf /etc/nginx/http.d/nginx.conf
|
|
|
+COPY ./src/config/FIDO_Passkey_mark_A_black.jpg /root/.local/lib/python3.14/site-packages/passkeys/static/passkeys/imgs/
|
|
|
|
|
|
# link nginx logs to container stdout
|
|
|
RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
|