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