Switched cli token to GOOGLE_APPLICATION_CREDENTIALS
This commit is contained in:
@@ -6,6 +6,8 @@ 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
|
||||
|
||||
# Copy local code to the container image.
|
||||
ENV APP_HOME /app
|
||||
WORKDIR $APP_HOME
|
||||
|
||||
Reference in New Issue
Block a user