From 3ed38a959df06b9ab7e3b94a4bb718a869eb1309 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Wed, 6 Mar 2024 09:20:28 +0100 Subject: [PATCH] Added secret_key variable to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9cee4ee..896f02e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN \ ENV ADMIN_TOKEN='' ENV RIDE2GO_TOKEN='' +ENV SECRET_KEY='' ENV METRICS_USER='' ENV METRICS_PASSWORD=''