From 0427d6e1b475f534fe42a09f2ae2f7bf0550790a Mon Sep 17 00:00:00 2001 From: Carlos Mesquita Date: Thu, 5 Sep 2024 11:47:34 +0100 Subject: [PATCH] Deleted google creds ENV from Dockerfile since those will be supplied by cloud run --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0aed909..939b732 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,6 @@ 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/storied-phalanx-349916.json - # Copy local code to the container image. ENV APP_HOME /app WORKDIR $APP_HOME