From 6bc481d0d93ad9d073996a8032b5548860586992 Mon Sep 17 00:00:00 2001 From: Winnie Date: Wed, 4 Sep 2024 20:39:25 +0200 Subject: [PATCH] Updated dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1baa96b..2b018e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,7 @@ COPY --from=build /app/out ./ # Set environment variables ENV DISCORD_BOT_TOKEN="" ENV DISCORD_CHANNEL_ID="" -ENV GOOGLE_DRIVE_FILE_ID="" -ENV GOOGLE_CREDENTIALS_PATH="/app/credentials.json" +ENV CSV_FILE_PATH="" ENV POST_TIME="20:00:00" # Entry point for the application