From d940a61d38670809c064bcefaed570c00ff2b650 Mon Sep 17 00:00:00 2001 From: Alex G Date: Tue, 28 Jun 2022 10:44:50 -0400 Subject: [PATCH] Update dockerfile for gcp creds. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5ba46ce..cf1b1a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ FROM openjdk:16 EXPOSE 8080 ENV ENVIRONMENT=PROD +ENV GOOGLE_APPLICATION_CREDENTIALS=/root/.fsbot/google_application_credentials.json RUN mkdir /app