From bb26282d25605b31c54006a1e8bf351ee38eb83a Mon Sep 17 00:00:00 2001 From: Carlos Mesquita Date: Wed, 4 Sep 2024 17:09:51 +0100 Subject: [PATCH] Forgot to change this, should not affect, but still --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 243c05c..0aed909 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM python:3.11-slim # Allow statements and log messages to immediately appear in the logs ENV PYTHONUNBUFFERED True -ENV GOOGLE_APPLICATION_CREDENTIALS=/app/firebase-configs/encoach-staging.json +ENV GOOGLE_APPLICATION_CREDENTIALS=/app/firebase-configs/storied-phalanx-349916.json # Copy local code to the container image. ENV APP_HOME /app