Deleted google creds ENV from Dockerfile since those will be supplied by cloud run

This commit is contained in:
Carlos Mesquita
2024-09-05 11:47:34 +01:00
parent 31c6ed570a
commit 0427d6e1b4

View File

@@ -6,8 +6,6 @@ FROM python:3.11-slim
# Allow statements and log messages to immediately appear in the logs # Allow statements and log messages to immediately appear in the logs
ENV PYTHONUNBUFFERED True ENV PYTHONUNBUFFERED True
ENV GOOGLE_APPLICATION_CREDENTIALS=/app/firebase-configs/storied-phalanx-349916.json
# Copy local code to the container image. # Copy local code to the container image.
ENV APP_HOME /app ENV APP_HOME /app
WORKDIR $APP_HOME WORKDIR $APP_HOME