From 4821b8fd9b90e89f1f042df4a3c63123808753d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Fri, 23 Jun 2023 00:14:12 +0900
Subject: [PATCH] add new env var

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index c615076..519911d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -45,6 +45,7 @@ RUN DATABASE_URL=postgres://x/x \
     DEFAULT_STAFF_GROUPS=x \
     NASTENKA_API_URL=x \
     NASTENKA_API_TOKEN=x \
+    CHOBOTNICE_API_URL=x \
     python manage.py collectstatic --noinput --settings=registry.settings.production
 
 RUN bash -c "adduser --disabled-login --quiet --gecos app app &&  \
-- 
GitLab