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